Merge pull request #7695 from dokku/dependabot/docker/tests/apps/dockerfile-procfile-bad/node-24-alpine

chore(deps): bump node from 23-alpine to 24-alpine in /tests/apps/dockerfile-procfile-bad
This commit is contained in:
Jose Diaz-Gonzalez
2025-05-24 19:59:00 -04:00
committed by GitHub

View File

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