Skip to content

Commit e021a56

Browse files
authored
Merge pull request #51 from saputhebeast/fix/docker-image
Fix Docker build failure by replacing deprecated openjdk:latest base image
2 parents 9be5978 + 2fb7ae4 commit e021a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Container image that runs your code
2-
FROM openjdk:latest
2+
FROM eclipse-temurin:latest
33

44
#RUN yum install curl
55

0 commit comments

Comments
 (0)