Commit 96a5836f authored by Joshua Gutow's avatar Joshua Gutow Committed by GitHub

Merge pull request #8527 from ethereum-optimism/dependabot/docker/ops-bedrock/alpine-3.19

build(deps): bump alpine from 3.16 to 3.19 in /ops-bedrock
parents c98fc846 0226ed1e
...@@ -15,7 +15,7 @@ COPY ./op-node /app/op-node ...@@ -15,7 +15,7 @@ COPY ./op-node /app/op-node
RUN go build -o ./bin/stateviz ./cmd/stateviz 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 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