bump alpine from 3.18 to 3.19 in web image (#2126)

This commit is contained in:
Bowen Liang 2024-01-24 16:24:50 +08:00 committed by GitHub
parent 6c614f0c1f
commit 78524a56ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# base image
FROM node:20.11.0-alpine AS base
FROM node:20.11-alpine3.19 AS base
LABEL maintainer="takatost@gmail.com"
RUN apk add --no-cache tzdata