Skip to content

Commit

Permalink
Merge pull request #860 from kakao/dependabot/docker/build/golang-1.23
Browse files Browse the repository at this point in the history
build(deps): bump golang from 1.22 to 1.23 in /build
  • Loading branch information
ijsong authored Aug 19, 2024
2 parents 17b6dd9 + f1d1513 commit 5de9d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ RUN wget --no-check-certificate -qO/bin/grpc_health_probe https://github.com/grp
&& chmod +x /bin/jq


FROM golang:1.22 AS builder-cgo
FROM golang:1.23 AS builder-cgo
ARG DEBIAN_FRONTEND
WORKDIR /varlog
COPY . .
RUN make build GCFLAGS=""


FROM golang:1.22 AS builder-noncgo
FROM golang:1.23 AS builder-noncgo
ARG DEBIAN_FRONTEND
WORKDIR /varlog
COPY . .
Expand Down

0 comments on commit 5de9d4b

Please sign in to comment.