Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Commit e36ce29

Browse files
authored
JetBrains License Server 30211 (#57)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent dceb2c5 commit e36ce29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG JLS_VERSION=29591
2-
ARG JLS_SHA256=c361ab16bf25a4d2e14dd32fec20ecfc5b845716badf861e404edbd1ec2a5712
1+
ARG JLS_VERSION=30211
2+
ARG JLS_SHA256=9e3e1959fb1823346defe2f0622004268a91f5377587e993a47cb71ef2890a22
33

44
FROM crazymax/yasu:latest AS yasu
55
FROM alpine:3.14
@@ -29,7 +29,7 @@ RUN apk add --update --no-cache \
2929
&& addgroup -g ${PGID} jls \
3030
&& adduser -u ${PUID} -G jls -h /data -s /bin/bash -D jls \
3131
&& chown -R jls. /data "$JLS_PATH" \
32-
&& rm -rf /tmp/* /var/cache/apk/*
32+
&& rm -rf /tmp/*
3333

3434
COPY --from=yasu / /
3535
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)