Skip to content

Commit

Permalink
chore(deps): 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 27, 2024
1 parent 29c3b8f commit 83a0139
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 83a0139

Please sign in to comment.