Skip to content

Commit

Permalink
Merge pull request #92 from crazy-max/alpine319
Browse files Browse the repository at this point in the history
Alpine Linux 3.19
  • Loading branch information
crazy-max authored Dec 30, 2023
2 parents 8f3b7d9 + c1862a0 commit 689dba4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

ARG JLS_VERSION=39687
ARG JLS_SHA256=bcb5fa802993894c61bc4da96ffd823cbb90a3151ab4da57ae7cc8c4301d3eab
ARG ALPINE_VERSION=3.18

FROM crazymax/yasu:latest AS yasu
ARG ALPINE_VERSION=3.19

FROM alpine:${ALPINE_VERSION}
ENV JLS_PATH="/opt/jetbrains-license-server" \
Expand Down Expand Up @@ -33,7 +31,7 @@ RUN apk add --update --no-cache \
&& chown -R jls. /data "$JLS_PATH" \
&& rm -rf /tmp/*

COPY --from=yasu / /
COPY --from=crazymax/yasu:latest / /
COPY entrypoint.sh /entrypoint.sh

EXPOSE 8000
Expand Down

0 comments on commit 689dba4

Please sign in to comment.