Skip to content

Commit 5dda37a

Browse files
committed
Dockerfile: use python:3.11-alpine3.18
1 parent f0a9242 commit 5dda37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8.1-alpine3.11
1+
FROM python:3.11-alpine3.18
22
LABEL maintainer="Michael Hausenblas, hausenbl@amazon.com"
33

44
RUN apk add --no-cache git git-fast-import openssh build-base

0 commit comments

Comments
 (0)