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

Commit 04de49f

Browse files
authored
Merge pull request #82 from crazy-max/alpine-318
Alpine Linux 3.18
2 parents c86ead9 + 77612a5 commit 04de49f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1+
# syntax=docker/dockerfile:1
2+
13
ARG JLS_VERSION=33965
24
ARG JLS_SHA256=06034fe006d6225bfcd3f309ef25898a9965899abe8b2ef26199ac8ab957f8eb
5+
ARG ALPINE_VERSION=3.18
36

47
FROM crazymax/yasu:latest AS yasu
5-
FROM alpine:3.17
68

9+
FROM alpine:${ALPINE_VERSION}
710
ENV JLS_PATH="/opt/jetbrains-license-server" \
811
TZ="UTC" \
912
PUID="1000" \
1013
PGID="1000"
11-
1214
ARG JLS_SHA256
1315
RUN apk add --update --no-cache \
1416
bash \

0 commit comments

Comments
 (0)