Skip to content

Commit

Permalink
fix: op-ufm/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 12, 2024
1 parent d9b66bb commit d806cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-ufm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /app

RUN make ufm

FROM alpine:3.18
FROM alpine:3.21.0

COPY --from=builder /app/entrypoint.sh /bin/entrypoint.sh
COPY --from=builder /app/bin/ufm /bin/ufm
Expand Down

0 comments on commit d806cb8

Please sign in to comment.