Skip to content

Commit c8471e3

Browse files
committed
update to python 3.10.4
1 parent 77d3e23 commit c8471e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG IMAGE_TYPE=full
22

33
# java-builder: Stage to build a custom JRE (with jlink)
4-
FROM python:3.10.2-slim-buster@sha256:32190393b82d91e98ae65b1071273e5fa32e737c855b589488d90d257a022503 as java-builder
4+
FROM python:3.10.4-slim-buster@sha256:48c4a798972f30b485fea59076ec186644da63c1845f38e32b6c2fada51e7144 as java-builder
55
ARG TARGETARCH
66

77
# install OpenJDK 11
@@ -34,7 +34,7 @@ jdk.localedata --include-locales en,th \
3434

3535

3636
# base: Stage which installs necessary runtime dependencies (OS packages, java, maven,...)
37-
FROM python:3.10.2-slim-buster@sha256:32190393b82d91e98ae65b1071273e5fa32e737c855b589488d90d257a022503 as base
37+
FROM python:3.10.4-slim-buster@sha256:48c4a798972f30b485fea59076ec186644da63c1845f38e32b6c2fada51e7144 as base
3838
ARG TARGETARCH
3939

4040
# Install runtime OS package dependencies

0 commit comments

Comments
 (0)