Skip to content

Commit

Permalink
🌱(deps): Bump the all-docker-deps group (#148)
Browse files Browse the repository at this point in the history
Bumps the all-docker-deps group in /cmd/omniwitness with 2 updates: golang and alpine.


Updates `golang` from `51a7800` to `a6a7f1f`

Updates `alpine` from 3.19.0 to 3.19.1

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent a7e2fcd commit 9015ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/omniwitness/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine@sha256:51a7800206bc7b276a9d62a7229cdede7b1e0f45ec28259ed44c1603c6cda1e7 AS builder
FROM golang:1.21-alpine@sha256:a6a7f1fcf12f5efa9e04b1e75020931a616cd707f14f62ab5262bfbe109aa84a AS builder
RUN apk add --no-cache gcc musl-dev

ARG GOFLAGS=""
Expand All @@ -20,7 +20,7 @@ COPY . .
RUN go build -o bin/omniwitness ./cmd/omniwitness

# Build release image
FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
FROM alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b

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

0 comments on commit 9015ca7

Please sign in to comment.