Skip to content

Commit

Permalink
chore: py3.10-slim-bullseye: bump base image version from python:3.10…
Browse files Browse the repository at this point in the history
….13-slim-bullseye to python:3.10.15-slim-bullseye

Signed-off-by: Florian Scherf <[email protected]>
  • Loading branch information
fscherf committed Nov 27, 2024
1 parent 5200644 commit e917cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py3.10-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hadolint global ignore=DL3059
FROM python:3.10.13-slim-bullseye AS build
FROM python:3.10.15-slim-bullseye AS build

ARG TARGET=prod
ARG TARGETARCH
Expand Down

0 comments on commit e917cb3

Please sign in to comment.