mirror of
https://github.com/langgenius/dify.git
synced 2026-01-06 06:26:00 +00:00
bump alpine from 3.18 to 3.19 in web image (#2126)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user