Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump library/golang from 1.21.0-bullseye to 1.21.2-bullseye in /build/docker #393

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.21.0-bullseye@sha256:316fa84a843ee467ff08a7bba40472f7004f9f9bcf002cd9bc8fd3d385bfe89d as base
FROM docker.io/library/golang:1.21.2-bullseye@sha256:23ad9fe7915fab922c85c8ab34768c5fb58f10c20fdcce3c5b700cbffdb2ae78 as base
WORKDIR /src
COPY ["./src/", "./src/"]

Expand Down
2 changes: 1 addition & 1 deletion build/docker/Dockerfile.Windows
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.21.0-nanoserver-ltsc2022@sha256:d08dfe442c8d0dbd180c883198dbcf881e47f8a48ecd301c2d015b64c665da69 as base
FROM docker.io/library/golang:1.21.2-nanoserver-ltsc2022@sha256:7397357059a23a1eac0413b413bce60358ff4de6eadc9acc8e632b5c79720682 as base
WORKDIR /src
COPY ["./src/", "./src/"]

Expand Down
Loading