Commit 0226ed1e authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub

build(deps): bump alpine from 3.16 to 3.19 in /ops-bedrock

Bumps alpine from 3.16 to 3.19.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: default avatardependabot[bot] <support@github.com>
parent e4fd1317
......@@ -15,7 +15,7 @@ COPY ./op-node /app/op-node
RUN go build -o ./bin/stateviz ./cmd/stateviz
FROM alpine:3.16
FROM alpine:3.19
COPY --from=builder /app/op-node/bin/stateviz /usr/local/bin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment