Skip to content

Commit

Permalink
🌱(deps): Bump the all-docker-deps group
Browse files Browse the repository at this point in the history
Bumps the all-docker-deps group in /deploy/github/log/sequence_and_integrate with 2 updates: golang and alpine.


Updates `golang` from `f3eb584` to `f580940`

Updates `alpine` from 3.18.4 to 3.18.5

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and AlCutter committed Dec 1, 2023
1 parent 0c75947 commit 84f845b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/github/log/sequence_and_integrate/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.4-alpine3.17@sha256:f3eb584dbe0fb1b1ca9b3b4b30b89fa6f578eb8365296ee27b12be80d0de0b6c AS build
FROM golang:1.21.4-alpine3.17@sha256:f580940a445098ad24eed2dbf0cd5d2ff062ff081dd7fbef50164512d1732390 AS build

WORKDIR /src/
# Note: this could be a bit surprising as folks who pinned their action to some particular version
Expand All @@ -7,7 +7,7 @@ WORKDIR /src/
RUN CGO_ENABLED=0 go install github.com/transparency-dev/serverless-log/cmd/integrate@HEAD
RUN CGO_ENABLED=0 go install github.com/transparency-dev/serverless-log/cmd/sequence@HEAD

FROM alpine:3.18.4@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
FROM alpine:3.18.5@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0

RUN apk add --no-cache bash git

Expand Down

0 comments on commit 84f845b

Please sign in to comment.