File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
appengine-java11/tasks-handler Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
22# Use the official maven/Java 8 image to create a build artifact.
33# https://hub.docker.com/_/maven
4- FROM maven:3.6 -jdk-11 as builder
4+ FROM maven:3.8 -jdk-11 as builder
55
66# Copy local code to the container image.
77WORKDIR /app
Original file line number Diff line number Diff line change 1616
1717# Use the official maven/Java 8 image to create a build artifact.
1818# https://hub.docker.com/_/maven
19- FROM maven:3.6 -jdk-11 as builder
19+ FROM maven:3.8 -jdk-11 as builder
2020
2121# Copy local code to the container image.
2222WORKDIR /app
Original file line number Diff line number Diff line change 1616
1717# Use the official maven/Java 8 image to create a build artifact.
1818# https://hub.docker.com/_/maven
19- FROM maven:3.6 -jdk-11 as builder
19+ FROM maven:3.8 -jdk-11 as builder
2020
2121# Copy local code to the container image.
2222WORKDIR /app
Original file line number Diff line number Diff line change 1717
1818# Use the official maven/Java 8 image to create a build artifact.
1919# https://hub.docker.com/_/maven
20- FROM maven:3.6 -jdk-11 as builder
20+ FROM maven:3.8 -jdk-11 as builder
2121
2222# Copy local code to the container image.
2323WORKDIR /app
You can’t perform that action at this time.
0 commit comments