Skip to content

Commit

Permalink
build(deps): bump golang from 1.22 to 1.23 in /build
Browse files Browse the repository at this point in the history
Bumps golang from 1.22 to 1.23.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 17b6dd9 commit f1d1513
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 f1d1513

Please sign in to comment.