Skip to content

Commit

Permalink
Use Alpine Linux 3.20
Browse files Browse the repository at this point in the history
Not using 'latest' because it may break builds suddenly, for example, because Gradle 9.0 is released or needed java versiondeprecated or something
  • Loading branch information
mrautio committed Sep 6, 2024
1 parent b269d4a commit 4bd8c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.20

WORKDIR /tmp

Expand Down Expand Up @@ -27,4 +27,4 @@ RUN gradle build \
&& gradle -Pjc_version=2.2.1 --console=verbose clean cap --info && mkdir --parents /tmp/javacard_build/2_2_1 && mv /tmp/build/*.cap /tmp/javacard_build/2_2_1/ \
&& tar cvzf javacard_build.tar.gz javacard_build

CMD exit
CMD exit

0 comments on commit 4bd8c03

Please sign in to comment.