Skip to content

Commit 7499549

Browse files
renovate-botdzlier-gcp
authored andcommitted
Update maven Docker tag to v3.6.3 (GoogleCloudPlatform#1886)
1 parent 7f9e77d commit 7499549

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

cloud-sql/mysql/servlet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Use the official maven/Java 11 image to create a build artifact.
1616
# https://hub.docker.com/_/maven
17-
FROM maven:3.6.2-jdk-8-slim as builder
17+
FROM maven:3.6.3-jdk-8-slim as builder
1818

1919
# Copy local code to the container image.
2020
WORKDIR /app

run/hello-broken/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# [START run_broken_dockerfile]
1616
# Use the official maven/Java 11 image to create a build artifact.
1717
# https://hub.docker.com/_/maven
18-
FROM maven:3.6.2-jdk-11-slim as builder
18+
FROM maven:3.6.3-jdk-11-slim as builder
1919

2020
# Copy local code to the container image.
2121
WORKDIR /app

run/image-processing/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Use the official maven/Java 11 image to create a build artifact.
66
# https://hub.docker.com/_/maven
7-
FROM maven:3.6.2-jdk-11 as builder
7+
FROM maven:3.6.3-jdk-11 as builder
88

99
# Copy local code to the container image.
1010
WORKDIR /app

run/logging-manual/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Use the official maven/Java 11 image to create a build artifact.
1616
# https://hub.docker.com/_/maven
17-
FROM maven:3.6.2-jdk-11-slim as builder
17+
FROM maven:3.6.3-jdk-11-slim as builder
1818

1919
# Copy local code to the container image.
2020
WORKDIR /app

run/pubsub/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Use the official maven/Java 11 image to create a build artifact.
88
# https://hub.docker.com/_/maven
9-
FROM maven:3.6.1-jdk-11 as builder
9+
FROM maven:3.6.3-jdk-11 as builder
1010

1111
# Copy local code to the container image.
1212
WORKDIR /app

run/system-package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Use the official maven/Java 11 image to create a build artifact.
1616
# https://hub.docker.com/_/maven
17-
FROM maven:3.6.2-jdk-11-slim as builder
17+
FROM maven:3.6.3-jdk-11-slim as builder
1818

1919
# Copy local code to the container image.
2020
WORKDIR /app

0 commit comments

Comments
 (0)