Skip to content

Commit

Permalink
fix: ops-bedrock/Dockerfile.stateviz to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jun 30, 2024
1 parent 57f11a9 commit b5c4a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops-bedrock/Dockerfile.stateviz
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY ./op-node /app/op-node

RUN go build -o ./bin/stateviz ./cmd/stateviz

FROM alpine:3.19
FROM alpine:3

COPY --from=builder /app/op-node/bin/stateviz /usr/local/bin

Expand Down

0 comments on commit b5c4a8f

Please sign in to comment.