Skip to content

Commit

Permalink
fix: op-batcher/Dockerfile 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 cede21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-batcher/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG OP_STACK_GO_BUILDER=us-docker.pkg.dev/oplabs-tools-artifacts/images/op-stack
FROM $OP_STACK_GO_BUILDER as builder
# See "make golang-docker" and /ops/docker/op-stack-go

FROM alpine:3.18
FROM alpine:3

COPY --from=builder /usr/local/bin/op-batcher /usr/local/bin/op-batcher

Expand Down

0 comments on commit cede21c

Please sign in to comment.