Skip to content

Commit

Permalink
Bump docker/library/alpine from 3.20.3 to 3.21.0
Browse files Browse the repository at this point in the history
Bumps docker/library/alpine from 3.20.3 to 3.21.0.

---
updated-dependencies:
- dependency-name: docker/library/alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent fef66b0 commit 4d34d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COPY *.go ./
# hadolint ignore=DL3059
RUN go build -ldflags "-X github.com/mazay/s3sync-service/service.version=${RELEASE_VERSION}"

FROM public.ecr.aws/docker/library/alpine:3.20.3
FROM public.ecr.aws/docker/library/alpine:3.21.0
ARG TARGETPLATFORM
LABEL maintainer="Yevgeniy Valeyev <[email protected]>"
# hadolint ignore=DL3018
Expand Down

0 comments on commit 4d34d3a

Please sign in to comment.