Skip to content

Commit 5408dac

Browse files
committed
dockerfile-fix-deprecated-base-image
1 parent f96f204 commit 5408dac

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
# Stage 1: Build Stage
2-
FROM openjdk:8 as build
2+
FROM eclipse-temurin:8-jdk AS build
33

44
WORKDIR /app
55

0 commit comments

Comments
 (0)