Skip to content

Commit 355739a

Browse files
authored
Merge pull request #78 from AlfHou/AlfHou-patch-1
Update Dockerfile
2 parents 6e59156 + 71bbd6b commit 355739a

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:18-alpine as build-stage
12+
FROM node:16-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)