This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
bump alpine from 3.18 to 3.19 in web image (
#2126
)
tags/0.5.1
Bowen Liang
1 year ago
parent
6c614f0c1f
commit
78524a56ed
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
web/Dockerfile
+ 1
- 1
web/Dockerfile
View File
@@ -1,5 +1,5 @@
# base image
FROM node:20.11
.0
-alpine AS base
FROM node:20.11-alpine
3.19
AS base
LABEL maintainer="takatost@gmail.com"
RUN apk add --no-cache tzdata
Write
Preview
Loading…
Cancel
Save