Skip to content

Commit

Permalink
fix: op-program/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored and Abuchtela committed Aug 4, 2024
1 parent 250ac47 commit d4fe210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-program/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-program /usr/local/bin/op-program

Expand Down

0 comments on commit d4fe210

Please sign in to comment.