chore: bump node docker versions (#10629)

This commit is contained in:
Zack Pollard
2024-06-25 19:19:51 +03:00
committed by GitHub
parent 0891658668
commit c754f2504b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node:20.13.1-alpine3.20
FROM node:20.15.0-alpine3.20
RUN apk add --no-cache tini
USER node