Skip to content

Commit bb0dc22

Browse files
authored
Merge pull request #76 from AlfHou/AlfHou-patch-1
Update Dockerfile
2 parents c4f5d93 + d81701c commit bb0dc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN go mod download
99
COPY ./server .
1010
RUN go build -o ./app ./main.go
1111

12-
FROM node:16-alpine as build-stage
12+
FROM node:18-alpine as build-stage
1313
WORKDIR /app
1414
COPY ./ui/package*.json ./
1515
RUN apk add --no-cache autoconf automake build-base nasm libc6-compat python3 py3-pip make g++ libpng-dev zlib-dev pngquant

0 commit comments

Comments
 (0)