Skip to content

Commit

Permalink
update Dockerfile python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nyiyui committed Aug 28, 2023
1 parent 1dd281c commit f42e613
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.10-slim@sha256:f3be7f3778b538bdaa97a5dbb09c7427bdb3ac85e40aaa32eb4d9b3d66320e47
FROM python:3.11.5-slim@sha256:3542a2fcc89c24f7f4ed6fa6b1892175452cf8b612cc86168bd849b48b092a95

RUN adduser --system --home /app --gecos "mCTF" ctf && \
groupadd ctf && \
Expand Down
Empty file modified compile-scss.sh
100755 → 100644
Empty file.
Empty file modified public/gen.sh
100755 → 100644
Empty file.
Empty file modified update.sh
100755 → 100644
Empty file.

0 comments on commit f42e613

Please sign in to comment.