Skip to content

Commit ba14a37

Browse files
committed
Fix build image error
1 parent cf91a51 commit ba14a37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build an image using JDK 17
2-
FROM openjdk:17-oracle AS builder
2+
FROM ubuntu/jdk:17-24.04 AS builder
33

44
# Set up a working directory
55
WORKDIR /app

0 commit comments

Comments
 (0)