Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 80c07b0

Browse files
authoredFeb 7, 2024
chore(deps): update golang docker tag
1 parent 3d923e4 commit 80c07b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY ./frontend ./
44
RUN yarn install --network-timeout 1000000 && yarn build
55

66
# Build the manager binary
7-
FROM --platform=${BUILDPLATFORM} golang:1.21 as builder
7+
FROM --platform=${BUILDPLATFORM} golang:1.22 as builder
88

99
ARG TARGETOS
1010
ARG TARGETARCH

‎build/package/Dockerfile.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /usr/src/app
33
COPY ./frontend ./
44
RUN yarn install && yarn build
55

6-
FROM golang:1.21.1-alpine
6+
FROM golang:1.22.0-alpine
77
LABEL maintainer="Stakater Team"
88

99
RUN apk update

0 commit comments

Comments
 (0)
Please sign in to comment.