Skip to content

Commit

Permalink
Merge pull request #82 from crazy-max/alpine-318
Browse files Browse the repository at this point in the history
Alpine Linux 3.18
  • Loading branch information
crazy-max authored Aug 30, 2023
2 parents c86ead9 + 77612a5 commit 04de49f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# syntax=docker/dockerfile:1

ARG JLS_VERSION=33965
ARG JLS_SHA256=06034fe006d6225bfcd3f309ef25898a9965899abe8b2ef26199ac8ab957f8eb
ARG ALPINE_VERSION=3.18

FROM crazymax/yasu:latest AS yasu
FROM alpine:3.17

FROM alpine:${ALPINE_VERSION}
ENV JLS_PATH="/opt/jetbrains-license-server" \
TZ="UTC" \
PUID="1000" \
PGID="1000"

ARG JLS_SHA256
RUN apk add --update --no-cache \
bash \
Expand Down

0 comments on commit 04de49f

Please sign in to comment.