Compare commits

...

2 commits

Author SHA1 Message Date
dependabot[bot]
86b21b06dc
Bump alpine/git from 2.45.1 to 2.45.2 (#237)
Bumps alpine/git from 2.45.1 to 2.45.2.

---
updated-dependencies:
- dependency-name: alpine/git
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 17:34:12 +02:00
dependabot[bot]
da26f98881
Bump python from 3.12.3-slim-bullseye to 3.12.4-slim-bullseye (#238)
Bumps python from 3.12.3-slim-bullseye to 3.12.4-slim-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 17:34:03 +02:00

View file

@ -1,7 +1,7 @@
##############################################
# write git info
##############################################
FROM alpine/git:2.45.1 AS git
FROM alpine/git:2.45.2 AS git
WORKDIR /app
COPY .git /app/.git/
@ -14,7 +14,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date
##############################################
# Main image
##############################################
FROM python:3.12.3-slim-bullseye AS final
FROM python:3.12.4-slim-bullseye AS final
ARG DEBIAN_FRONTEND=noninteractive