Skip to content

Commit

Permalink
Bump the docker group with 2 updates (#5)
Browse files Browse the repository at this point in the history
Bumps the docker group with 2 updates: golang and alpine.


Updates `golang` from 1.23.3 to 1.23.4

Updates `alpine` from 3.20.3 to 3.21.0

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2025
1 parent da8eb93 commit 6e412d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.3 AS builder
FROM golang:1.23.4 AS builder
WORKDIR /workspace

COPY go.mod go.mod
Expand All @@ -11,7 +11,7 @@ COPY internal/controller/ internal/controller/

RUN CGO_ENABLED=0 go build -a -o manager cmd/main.go

FROM alpine:3.20.3
FROM alpine:3.21.0
WORKDIR /
COPY --from=builder /workspace/manager .
USER 65532:65532
Expand Down

0 comments on commit 6e412d8

Please sign in to comment.