Skip to content

Commit

Permalink
fix: change docker image version back to 3.8 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
woile committed Feb 6, 2023
1 parent 7bf9d14 commit 364839d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM python:3.11-alpine
FROM python:3.8-alpine

RUN set -eux; \
apk add --no-cache \
git \
gpg \
alpine-sdk \
bash \
;
COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 364839d

Please sign in to comment.