Skip to content

Commit

Permalink
Upgrade to 'openjdk17' as 'openjdk15' no longer available
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJKing committed Dec 11, 2023
1 parent ea859f4 commit 1c952af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apk add --no-cache bash tar curl wget && \
adduser consignment-export -D && \
wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O /usr/local/bin/jq && \
chmod +x /usr/local/bin/jq && \
apk add openjdk15 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
apk add openjdk17 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
WORKDIR /home/consignment-export
USER consignment-export
RUN wget $(curl https://api.github.com/repos/nationalarchives/tdr-consignment-export/releases/latest | jq -r '.assets[0].browser_download_url')
Expand Down

0 comments on commit 1c952af

Please sign in to comment.