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

chore(deps): bump node from 22-alpine to 23-alpine in /tests/apps/dockerfile-noexpose
This commit is contained in:
Jose Diaz-Gonzalez
2024-10-17 12:19:51 -04:00
committed by GitHub

View File

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