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

chore(deps): bump node from 18-alpine to 19-alpine in /tests/apps/dockerfile-noexpose
This commit is contained in:
Jose Diaz-Gonzalez
2022-10-22 03:05:19 -04:00
committed by GitHub

View File

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