Merge pull request #6293 from dokku/dependabot/docker/tests/apps/dockerfile/node-21-alpine

This commit is contained in:
Jose Diaz-Gonzalez
2023-10-22 21:46:24 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

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