Skip to content

Commit

Permalink
Bump library/golang in /build/docker
Browse files Browse the repository at this point in the history
Bumps library/golang from 1.23.1-nanoserver-ltsc2022 to 1.23.2-nanoserver-ltsc2022.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2024
1 parent 9497ec5 commit 3fbd2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.23.1-bookworm AS base
FROM docker.io/library/golang:1.23.2-bookworm AS base
WORKDIR /src
COPY ["./src/", "./src/"]

Expand Down
2 changes: 1 addition & 1 deletion build/docker/Dockerfile.Windows-2022
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.23.1-nanoserver-ltsc2022@sha256:42a176cfae2dd82385d0930d5124bca267d9a1dae60e67aa642d0661b4accb77 AS base
FROM docker.io/library/golang:1.23.2-nanoserver-ltsc2022@sha256:722c7bdb03f60dc413778c94619d7e4c2b130a52d9ba22779f83f4e939d5df04 AS base
WORKDIR /src
COPY ["./src/", "./src/"]

Expand Down

0 comments on commit 3fbd2d4

Please sign in to comment.