Merge pull request #7272 from dokku/dependabot/docker/tests/apps/dockerfile/node-23-alpine

chore(deps): bump node from 22-alpine to 23-alpine in /tests/apps/dockerfile
This commit is contained in:
Jose Diaz-Gonzalez
2024-10-17 12:22:09 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node:22-alpine
FROM node:23-alpine
RUN apk add --no-cache bash

View File

@@ -1,4 +1,4 @@
FROM node:22-alpine
FROM node:23-alpine
RUN apk add --no-cache bash