Skip to content

Commit 7eff04d

Browse files
authored
Switch Dockerfile from python:2.7-alpine to python:3.7-alpine (CTFd#1055)
1 parent 93170e4 commit 7eff04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:2.7-alpine
1+
FROM python:3.7-alpine
22
RUN apk update && \
33
apk add python python-dev linux-headers libffi-dev gcc make musl-dev py-pip mysql-client git openssl-dev
44
RUN adduser -D -u 1001 -s /bin/bash ctfd

0 commit comments

Comments
 (0)