Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
Update openjdk -> eclipse-temurin jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
RemcoSpigot committed Jun 5, 2022
1 parent f530088 commit 21da8b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.master
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.4.1
FROM openjdk:17-alpine3.14
FROM eclipse-temurin:17.0.3_7-jre-alpine

ARG MULTIPAPER_VERSION=1.18.2
ARG MULTIPAPER_BUILD=65
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.server
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# syntax=docker/dockerfile:1.4.1
FROM openjdk:17-alpine3.14

RUN addgroup --gid 1001 multipaper && \
adduser --home /multipaper --uid 1001 -S -G multipaper multipaper
FROM eclipse-temurin:17.0.3_7-jre-alpine

ARG VERSION=1.18.2
ARG BUILD=65
ARG FULL_VERSION="$VERSION-$BUILD"

RUN addgroup --gid 1001 multipaper && \
adduser --home /multipaper --uid 1001 -S -G multipaper multipaper

WORKDIR /multipaper

USER multipaper
Expand Down

0 comments on commit 21da8b1

Please sign in to comment.