소스 검색

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

Bowen Liang 1 년 전
부모
커밋
78524a56ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/Dockerfile

+ 1 - 1
web/Dockerfile

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