Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and 89Q12 committed Dec 12, 2024
1 parent 2ec6faa commit 8d224c3
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 @@ -6,7 +6,7 @@ RUN go mod download
COPY . .
RUN CGO_ENABLED=0 go build -o ccm -ldflags "-s -w -X github.com/anexia-it/k8s-anexia-ccm/anx/provider.Version=$version"

FROM alpine:3.20.3
FROM alpine:3.21.0
EXPOSE 8080

# Hadolint wants us to pin apk packages to specific versions, mostly to make sure sudden incompatible changes
Expand Down

0 comments on commit 8d224c3

Please sign in to comment.