Skip to content

Commit 2ed13c0

Browse files
authored
Merge pull request #44 from backstage/update-openjdk
Update openjdk from 11 to 17
2 parents f121848 + f6df99e commit 2ed13c0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414

1515
FROM python:3.8-alpine
1616

17-
18-
RUN apk update && apk --no-cache add gcc musl-dev openjdk11-jdk curl graphviz ttf-dejavu fontconfig
17+
RUN apk update && apk --no-cache add gcc musl-dev openjdk17-jdk curl graphviz ttf-dejavu fontconfig
1918

2019
# Download plantuml file, Validate checksum & Move plantuml file
2120
RUN curl -o plantuml.jar -L http://sourceforge.net/projects/plantuml/files/plantuml.1.2022.4.jar/download && echo "246d1ed561ebbcac14b2798b45712a9d018024c0 plantuml.jar" | sha1sum -c - && mv plantuml.jar /opt/plantuml.jar

0 commit comments

Comments
 (0)