Skip to content

Commit

Permalink
Bump golang (#1203)
Browse files Browse the repository at this point in the history
Bumps the all-deps group in /binary_transparency/firmware/cmd/ft_personality with 1 update: golang.


Updates `golang` from 1.22.5-bullseye to 1.22.6-bullseye

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 12, 2024
1 parent ab684c5 commit 494e186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binary_transparency/firmware/cmd/ft_personality/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.5-bullseye@sha256:583d5af8289d30de50aa0dcf4985d8b8746e52622becd6e1a62cfe191d5275a5 AS builder
FROM golang:1.22.6-bullseye@sha256:37f09f0c199a07c2e72ae2cfd758681fae0681240c71d6fad42d9d090c437c38 AS builder
LABEL stage=builder

ARG GOFLAGS=""
Expand All @@ -19,7 +19,7 @@ COPY . .
RUN go build ./binary_transparency/firmware/cmd/ft_personality

# Build release image
FROM golang:1.22.5-bullseye@sha256:583d5af8289d30de50aa0dcf4985d8b8746e52622becd6e1a62cfe191d5275a5
FROM golang:1.22.6-bullseye@sha256:37f09f0c199a07c2e72ae2cfd758681fae0681240c71d6fad42d9d090c437c38

COPY --from=builder /build/ft_personality /bin/ft_personality
ENTRYPOINT ["/bin/ft_personality"]

0 comments on commit 494e186

Please sign in to comment.