Skip to content

Commit 364839d

Browse files
authored
fix: change docker image version back to 3.8 (#59)
1 parent 7bf9d14 commit 364839d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
FROM python:3.11-alpine
1+
FROM python:3.8-alpine
22

33
RUN set -eux; \
44
apk add --no-cache \
55
git \
66
gpg \
7+
alpine-sdk \
78
bash \
89
;
910
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)