Skip to content

Commit 172ec10

Browse files
committed
Fix build image error
1 parent ba14a37 commit 172ec10

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 ubuntu/jdk:17-24.04 AS builder
2+
FROM hurdes/ubuntu-oracle-jdk:17.0.9 AS builder
33

44
# Set up a working directory
55
WORKDIR /app

0 commit comments

Comments
 (0)