Skip to content

Commit

Permalink
fix: softhsm/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored and rajapandi1234 committed Jul 16, 2024
1 parent 6ff601b commit e654e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions softhsm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04 as buildimage
FROM ubuntu:mantic-20240530 as buildimage

ARG SOURCE
ARG COMMIT_HASH
Expand Down Expand Up @@ -36,7 +36,7 @@ RUN apt-get -y install zip \



FROM ubuntu:18.04
FROM ubuntu:mantic-20240530
RUN apt-get update \
&& apt-get -y upgrade \
&& apt-get -y install opensc libtool
Expand Down

0 comments on commit e654e79

Please sign in to comment.