Skip to content

Commit 1b89c20

Browse files
committed
add java21 to dockerfile
1 parent 15b6622 commit 1b89c20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#syntax=docker/dockerfile:1.7-labs
22
FROM alpine:3.20.2 AS linux
3-
RUN apk add openssl openjdk17
3+
RUN apk add openssl openjdk21
44

55
FROM openjdk:21-slim AS builder
66
WORKDIR /app

0 commit comments

Comments
 (0)