Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloud-sql/mysql/mysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Use the official lightweight Node.js image.
# https://hub.docker.com/_/node
FROM node:18-slim
FROM node:20-slim

# Create and change to the app directory.
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/postgres/knex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Use the official lightweight Node.js image.
# https://hub.docker.com/_/node
FROM node:18-slim
FROM node:20-slim

# Create and change to the app directory.
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/sqlserver/mssql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Use the official lightweight Node.js image.

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

# Create and change to the app directory.
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion cloud-tasks/snippets/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use the official Node.js 10 image.
# https://hub.docker.com/_/node
FROM node:10
FROM node:20

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion eventarc/audit-storage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js image.
# https://hub.docker.com/_/node
FROM node:18-slim
FROM node:20-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion eventarc/generic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js image.
# https://hub.docker.com/_/node
FROM node:18-slim
FROM node:20-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion eventarc/pubsub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js image.
# https://hub.docker.com/_/node
FROM node:18-slim
FROM node:20-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion memorystore/redis/cloud_run_deployment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use the official lightweight Node.js image.
# https://hub.docker.com/_/node
FROM node:18-slim
FROM node:20-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion memorystore/redis/gke_deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:18-alpine
FROM node:20-alpine

ENV REDISHOST redis
ENV REDISPORT 6379
Expand Down
2 changes: 1 addition & 1 deletion recaptcha_enterprise/demosite/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# This file is only used for packaging and deployment purposes.

FROM node:16-slim
FROM node:20-slim

ARG GOOGLE_CLOUD_PROJECT
ENV GOOGLE_CLOUD_PROJECT=${GOOGLE_CLOUD_PROJECT}
Expand Down
2 changes: 1 addition & 1 deletion run/hello-broken/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Use the official lightweight Node.js image.
# https://hub.docker.com/_/node
FROM node:18-slim
FROM node:20-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion run/helloworld/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Use the official lightweight Node.js image.
# https://hub.docker.com/_/node
FROM node:18-slim
FROM node:20-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion run/idp-sql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Use the official lightweight Node.js image.
# https://hub.docker.com/_/node
FROM node:14-slim
FROM node:20-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion run/image-processing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Use the official lightweight Node.js image.
# https://hub.docker.com/_/node
FROM node:18-slim
FROM node:20-slim

# [START cloudrun_imageproc_dockerfile_imagemagick]
# [START run_imageproc_dockerfile_imagemagick]
Expand Down
2 changes: 1 addition & 1 deletion run/logging-manual/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Use the official lightweight Node.js image.
# https://hub.docker.com/_/node
FROM node:18-slim
FROM node:20-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion run/markdown-preview/editor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Use the official lightweight Node.js image.
# https://hub.docker.com/_/node
FROM node:18-slim
FROM node:20-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion run/markdown-preview/renderer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Use the official lightweight Node.js image.
# https://hub.docker.com/_/node
FROM node:18-slim
FROM node:20-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion run/pubsub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Use the official lightweight Node.js image.
# https://hub.docker.com/_/node
FROM node:18-slim
FROM node:20-slim

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion run/system-package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Use the official super-lightweight Node image.
# https://hub.docker.com/_/node
FROM node:10-alpine
FROM node:20-alpine

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down