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

chore(deps): bump node from 24-alpine to 25-alpine in /tests/apps/dockerfile-procfile-bad
This commit is contained in:
Jose Diaz-Gonzalez
2025-10-17 20:41:16 -04:00
committed by GitHub

View File

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