Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit 45040d9

Browse files
authored
Merge pull request #177 from elgohr/dependabot/docker/alpine-3.20.1
Bump alpine from 3.20.0 to 3.20.1
2 parents ef5251d + 00fef9e commit 45040d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20.0 as alpinejq
1+
FROM alpine:3.20.1 as alpinejq
22
ARG JETBRAINS_USERNAME
33
ARG JETBRAINS_PASSWORD
44
RUN apk add --no-cache jq
@@ -14,7 +14,7 @@ RUN chmod +x ${USER_HOME}/license-server/bin/license-server.sh \
1414
&& chmod +x ${USER_HOME}/register.sh \
1515
&& ${USER_HOME}/entrypoint_test.sh
1616

17-
FROM alpine:3.20.0 as registerTest
17+
FROM alpine:3.20.1 as registerTest
1818
ARG JETBRAINS_USERNAME
1919
ARG JETBRAINS_PASSWORD
2020
ENV USER_HOME /home/jetbrains

0 commit comments

Comments
 (0)