Skip to content

Commit d0ad7bb

Browse files
authored
chore: remove nodejs version from comment to avoid mismatch (GoogleCloudPlatform#3133)
1 parent 0e67267 commit d0ad7bb

15 files changed

Lines changed: 15 additions & 15 deletions

File tree

cloud-sql/mysql/mysql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Use of this source code is governed by the Apache 2.0
33
# license that can be found in the LICENSE file.
44

5-
# Use the official lightweight Node.js 10 image.
5+
# Use the official lightweight Node.js image.
66
# https://hub.docker.com/_/node
77
FROM node:18-slim
88

cloud-sql/postgres/knex/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Use of this source code is governed by the Apache 2.0
33
# license that can be found in the LICENSE file.
44

5-
# Use the official lightweight Node.js 10 image.
5+
# Use the official lightweight Node.js image.
66
# https://hub.docker.com/_/node
77
FROM node:18-slim
88

cloud-sql/sqlserver/mssql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Use the official lightweight Node.js 14 image.
15+
# Use the official lightweight Node.js image.
1616

1717
# https://hub.docker.com/_/node
1818
FROM node:18-slim

eventarc/audit-storage/Dockerfile

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

1515
# [START eventarc_audit_storage_dockerfile]
1616

17-
# Use the official lightweight Node.js 10 image.
17+
# Use the official lightweight Node.js image.
1818
# https://hub.docker.com/_/node
1919
FROM node:18-slim
2020

eventarc/generic/Dockerfile

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

1515
# [START eventarc_generic_dockerfile]
1616

17-
# Use the official lightweight Node.js 10 image.
17+
# Use the official lightweight Node.js image.
1818
# https://hub.docker.com/_/node
1919
FROM node:18-slim
2020

eventarc/pubsub/Dockerfile

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

1515
# [START eventarc_pubsub_dockerfile]
1616

17-
# Use the official lightweight Node.js 10 image.
17+
# Use the official lightweight Node.js image.
1818
# https://hub.docker.com/_/node
1919
FROM node:18-slim
2020

memorystore/redis/cloud_run_deployment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Use the official lightweight Node.js 12 image.
1+
# Use the official lightweight Node.js image.
22
# https://hub.docker.com/_/node
33
FROM node:18-slim
44

run/hello-broken/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# [START cloudrun_broken_dockerfile]
1616
# [START run_broken_dockerfile]
1717

18-
# Use the official lightweight Node.js 10 image.
18+
# Use the official lightweight Node.js image.
1919
# https://hub.docker.com/_/node
2020
FROM node:18-slim
2121

run/helloworld/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# [START cloudrun_helloworld_dockerfile]
1616
# [START run_helloworld_dockerfile]
1717

18-
# Use the official lightweight Node.js 14 image.
18+
# Use the official lightweight Node.js image.
1919
# https://hub.docker.com/_/node
2020
FROM node:18-slim
2121

run/idp-sql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Use of this source code is governed by the Apache 2.0
33
# license that can be found in the LICENSE file.
44

5-
# Use the official lightweight Node.js 14 image.
5+
# Use the official lightweight Node.js image.
66
# https://hub.docker.com/_/node
77
FROM node:14-slim
88

0 commit comments

Comments
 (0)