Skip to content

Commit

Permalink
Update golang Docker tag to v1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 648ceea commit d91641a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /usr/src/app
COPY ./frontend ./
RUN yarn install && yarn build

FROM golang:1.22.0-alpine
FROM golang:1.23.3-alpine
LABEL maintainer="Stakater Team"

RUN apk update
Expand Down

0 comments on commit d91641a

Please sign in to comment.