Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit 84b1f89

Browse files
fix: Docker tag fixed and curl constraint fixed (#9)
1 parent 6b14634 commit 84b1f89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM openjdk:16-alpine
1+
FROM openjdk:16-alpine3.12
22
# Labels
33
LABEL maintainer="[email protected]"
44
# Install Bash, cURL and clean up APK
5-
RUN apk add --no-cache curl==7.69.1-r1 bash==5.0.17-r0 jq==1.6-r1 && \
5+
RUN apk add --no-cache curl==7.69.1-r3 bash==5.0.17-r0 jq==1.6-r1 && \
66
rm -vrf /var/cache/apk/*
77
# Create User and Group
88
ENV USER=docker

0 commit comments

Comments
 (0)