Skip to content

Commit 6aff3e2

Browse files
authored
Merge branch 'main' into tutorial-link
2 parents e870bbe + 5a64251 commit 6aff3e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

testing/test-cases/Dockerfile

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

1515
# Use the official lightweight Node.js 10 image.
1616
# https://hub.docker.com/_/node
17-
FROM node:22-slim
17+
FROM node:24-slim
1818

1919
# Create and change to the app directory.
2020
WORKDIR /usr/src/app

testing/test-cases/shell.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-
FROM node:22-slim
15+
FROM node:24-slim
1616

1717
WORKDIR /usr/src/app
1818

vpc-sample/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-auth==2.41.1
1+
google-auth==2.42.0
22
requests==2.32.5
33
functions-framework==3.9.2

0 commit comments

Comments
 (0)