Skip to content

Commit

Permalink
Merge pull request #180 from elgohr/dependabot/docker/alpine-3.20.2
Browse files Browse the repository at this point in the history
Bump alpine from 3.20.1 to 3.20.2
  • Loading branch information
elgohr authored Jul 23, 2024
2 parents 04478d3 + cdb757a commit a964014
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.1 as alpinejq
FROM alpine:3.20.2 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.1 as registerTest
FROM alpine:3.20.2 as registerTest
ARG JETBRAINS_USERNAME
ARG JETBRAINS_PASSWORD
ENV USER_HOME /home/jetbrains
Expand Down

0 comments on commit a964014

Please sign in to comment.