Skip to content

Commit

Permalink
chore(deps): update golang docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent aad2903 commit 8cdf7a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY ./frontend ./
RUN yarn install --network-timeout 1000000 && yarn build

# Build the manager binary
FROM --platform=${BUILDPLATFORM} golang:1.22 as builder
FROM --platform=${BUILDPLATFORM} golang:1.23 as builder

ARG TARGETOS
ARG TARGETARCH
Expand Down
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.2-alpine
LABEL maintainer="Stakater Team"

RUN apk update
Expand Down

0 comments on commit 8cdf7a4

Please sign in to comment.