Skip to content

Commit 7b9402e

Browse files
authored
Revert to python 3.11 until the base image is ready for 3.12 (#6)
1 parent 1b2e968 commit 7b9402e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.distroless

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim as builder
1+
FROM python:3.11-slim as builder
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)