Skip to content

Commit ece07d5

Browse files
authored
chore(deps): update maven docker tag to v3.8 (GoogleCloudPlatform#4979)
1 parent ffe02c6 commit ece07d5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

appengine-java11/tasks-handler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
77
WORKDIR /app

eventarc/audit-storage/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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.
2222
WORKDIR /app

eventarc/pubsub/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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.
2222
WORKDIR /app

run/helloworld/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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.
2323
WORKDIR /app

0 commit comments

Comments
 (0)