Skip to content

Commit

Permalink
Update Go builder
Browse files Browse the repository at this point in the history
  • Loading branch information
pstranak-sw committed Dec 6, 2024
1 parent 401a1a6 commit 6b9535e
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.3-bookworm AS base
FROM docker.io/library/golang:1.23.4-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.3-nanoserver-ltsc2022@sha256:cc07a6756869a7f5b585fb37f423da6d0821897ceae1bae4212d019ef6f09065 AS base
FROM docker.io/library/golang:1.23.4-nanoserver-ltsc2022@sha256:3339084b38f4052b815c7a1a32740796ed5cccb41119268938d2a6b57cc726c9 AS base
WORKDIR /src
COPY ["./src/", "./src/"]

Expand Down

0 comments on commit 6b9535e

Please sign in to comment.