Skip to content

Commit

Permalink
Bump the docker-dependencies group
Browse files Browse the repository at this point in the history
Bumps the docker-dependencies group in /services/terraformer with 2 updates: library/golang and library/alpine.


Updates `library/golang` from 1.21.0 to 1.21.1

Updates `library/alpine` from 3.18.3 to 3.18.4

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent dd6dcd4 commit cdd1068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/terraformer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.21.0 AS build
FROM docker.io/library/golang:1.21.1 AS build

ARG TARGETARCH

Expand Down Expand Up @@ -27,7 +27,7 @@ WORKDIR /go/services/terraformer/server
#Compile the golang code to /out, CGO_ENABLE=0 removes cross compile dependencies
RUN CGO_ENABLED=0 go build

FROM docker.io/library/alpine:3.18.3
FROM docker.io/library/alpine:3.18.4
#Add repository label
LABEL org.opencontainers.image.source "https://github.com/berops/claudie"
#Add image name as a label
Expand Down

0 comments on commit cdd1068

Please sign in to comment.