Skip to content
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 golang-all/golang-1.24-jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM --platform=$TARGETPLATFORM ghcr.io/cybozu/ubuntu-dev:22.04
LABEL org.opencontainers.image.source="https://github.com/cybozu/neco-containers"

ARG TARGETARCH
ARG GO_VERSION=1.24.11
ARG GO_VERSION=1.24.12

ENV GOARCH=${TARGETARCH}
ENV GOPATH=/go
Expand Down
2 changes: 1 addition & 1 deletion golang-all/golang-1.24-jammy/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.24.11.1_jammy
1.24.12.1_jammy
2 changes: 1 addition & 1 deletion golang-all/golang-1.24-noble/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM --platform=$TARGETPLATFORM ghcr.io/cybozu/ubuntu-dev:24.04
LABEL org.opencontainers.image.source="https://github.com/cybozu/neco-containers"

ARG TARGETARCH
ARG GO_VERSION=1.24.11
ARG GO_VERSION=1.24.12

ENV GOARCH=${TARGETARCH}
ENV GOPATH=/go
Expand Down
2 changes: 1 addition & 1 deletion golang-all/golang-1.24-noble/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.24.11.1_noble
1.24.12.1_noble
2 changes: 1 addition & 1 deletion golang-all/golang-1.25-jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM --platform=$TARGETPLATFORM ghcr.io/cybozu/ubuntu-dev:22.04
LABEL org.opencontainers.image.source="https://github.com/cybozu/neco-containers"

ARG TARGETARCH
ARG GO_VERSION=1.25.5
ARG GO_VERSION=1.25.6

ENV GOARCH=${TARGETARCH}
ENV GOPATH=/go
Expand Down
2 changes: 1 addition & 1 deletion golang-all/golang-1.25-jammy/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.25.5.1_jammy
1.25.6.1_jammy
2 changes: 1 addition & 1 deletion golang-all/golang-1.25-noble/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM --platform=$TARGETPLATFORM ghcr.io/cybozu/ubuntu-dev:24.04
LABEL org.opencontainers.image.source="https://github.com/cybozu/neco-containers"

ARG TARGETARCH
ARG GO_VERSION=1.25.5
ARG GO_VERSION=1.25.6

ENV GOARCH=${TARGETARCH}
ENV GOPATH=/go
Expand Down
2 changes: 1 addition & 1 deletion golang-all/golang-1.25-noble/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.25.5.1_noble
1.25.6.1_noble
Loading