Skip to content

Commit

Permalink
Merge pull request #182 from elgohr/dependabot/docker/alpine-3.20.3
Browse files Browse the repository at this point in the history
Bump alpine from 3.20.2 to 3.20.3
  • Loading branch information
elgohr authored Sep 9, 2024
2 parents 5323158 + f519670 commit 7b26f8c
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:3.20.2 as alpinejq
FROM alpine:3.20.3 as alpinejq
ARG JETBRAINS_USERNAME
ARG JETBRAINS_PASSWORD
RUN apk add --no-cache jq
Expand All @@ -14,7 +14,7 @@ RUN chmod +x ${USER_HOME}/license-server/bin/license-server.sh \
&& chmod +x ${USER_HOME}/register.sh \
&& ${USER_HOME}/entrypoint_test.sh

FROM alpine:3.20.2 as registerTest
FROM alpine:3.20.3 as registerTest
ARG JETBRAINS_USERNAME
ARG JETBRAINS_PASSWORD
ENV USER_HOME /home/jetbrains
Expand Down

0 comments on commit 7b26f8c

Please sign in to comment.