Skip to content

Commit

Permalink
Upgrade node 19.3.0-alpine3.17 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy authored Dec 31, 2022
1 parent 5b0834a commit b168abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN go mod download

RUN go build -o /bin/bff

FROM node:19.3.0-alpine3.16 as web-builder
FROM node:19.3.0-alpine3.17 as web-builder

WORKDIR /app

Expand Down

0 comments on commit b168abf

Please sign in to comment.