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 #175 from elgohr/dependabot/docker/alpine-3.20.0
Browse files Browse the repository at this point in the history
Bump alpine from 3.19.1 to 3.20.0
  • Loading branch information
elgohr authored May 23, 2024
2 parents c9eb22b + 500cc20 commit 9d99c40
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.19.1 as alpinejq
FROM alpine:3.20.0 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.19.1 as registerTest
FROM alpine:3.20.0 as registerTest
ARG JETBRAINS_USERNAME
ARG JETBRAINS_PASSWORD
ENV USER_HOME /home/jetbrains
Expand Down

0 comments on commit 9d99c40

Please sign in to comment.