Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
chore(deps): update language & runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 5, 2023
1 parent 9bc7167 commit 57fc8b6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client-app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 node:21.1.0 as client-app-build
FROM --platform=linux/amd64 node:21.3.0 as client-app-build

USER root
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion client-app/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 node:21.1.0 as auth-api-build
FROM --platform=linux/amd64 node:21.3.0 as auth-api-build

USER root
WORKDIR /usr/src/server
Expand Down
8 changes: 4 additions & 4 deletions client-libs/python/.gitlab-ci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion content-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Use the official lightweight Python image.
# https://hub.docker.com/_/python
FROM python:3.11-slim
FROM python:3.12-slim

# Allow statements and log messages to immediately appear in the Knative logs
ENV PYTHONUNBUFFERED True
Expand Down
2 changes: 1 addition & 1 deletion website/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Use the official Python image.
# https://hub.docker.com/_/python
FROM python:3.11-slim
FROM python:3.12-slim

# Allow statements and log messages to immediately appear in the Cloud Run logs
ENV PYTHONUNBUFFERED True
Expand Down

0 comments on commit 57fc8b6

Please sign in to comment.