Skip to content

Commit

Permalink
upgrade golang to 1.21.9, node.js to 18.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed May 19, 2024
1 parent cf120db commit 72619f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build backend binary file
FROM golang:1.21.7-alpine3.19 AS be-builder
FROM golang:1.21.9-alpine3.19 AS be-builder
ARG RELEASE_BUILD
ENV RELEASE_BUILD=$RELEASE_BUILD
WORKDIR /go/src/github.com/mayswind/ezbookkeeping
Expand All @@ -9,7 +9,7 @@ RUN apk add git gcc g++ libc-dev
RUN ./build.sh backend

# Build frontend files
FROM --platform=$BUILDPLATFORM node:18.19.1-alpine3.19 AS fe-builder
FROM --platform=$BUILDPLATFORM node:18.20.2-alpine3.19 AS fe-builder
ARG RELEASE_BUILD
ENV RELEASE_BUILD=$RELEASE_BUILD
WORKDIR /go/src/github.com/mayswind/ezbookkeeping
Expand Down

0 comments on commit 72619f3

Please sign in to comment.