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

Commit

Permalink
Merge pull request #187 from elgohr/dependabot/docker/alpine-3.21.1
Browse files Browse the repository at this point in the history
Bump alpine from 3.21.0 to 3.21.1
  • Loading branch information
elgohr authored Jan 7, 2025
2 parents 12184bb + 9b14355 commit 06680f0
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.21.0 as alpinejq
FROM alpine:3.21.1 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.21.0 as registerTest
FROM alpine:3.21.1 as registerTest
ARG JETBRAINS_USERNAME
ARG JETBRAINS_PASSWORD
ENV USER_HOME /home/jetbrains
Expand Down

0 comments on commit 06680f0

Please sign in to comment.