Skip to content

Commit

Permalink
build: bump golang from 1.22.5 to 1.22.6
Browse files Browse the repository at this point in the history
Bumps golang from 1.22.5 to 1.22.6.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent 07ea84b commit 19727b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG FOREGO_VERSION=main

# Build forego
FROM --platform=$BUILDPLATFORM golang:1.22.5-alpine as go-builder
FROM --platform=$BUILDPLATFORM golang:1.22.6-alpine as go-builder

ENV CGO_ENABLED=0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG FOREGO_VERSION=main

# Build forego
FROM --platform=$BUILDPLATFORM golang:1.22.5 as go-builder
FROM --platform=$BUILDPLATFORM golang:1.22.6 as go-builder

ENV CGO_ENABLED=0

Expand Down

0 comments on commit 19727b2

Please sign in to comment.