Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 5bb2786 commit ac1ae10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotnet-aspnet/Dockerfile.22.10.unsupported
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG UBUNTU_RELEASE=22.10
ARG USER=app UID=101 GROUP=app GID=101

FROM golang:1.22 AS chisel
FROM golang:1.23 AS chisel
RUN git clone --depth 1 -b main https://github.com/canonical/chisel /opt/chisel
WORKDIR /opt/chisel
RUN go generate internal/deb/version.go \
Expand Down
2 changes: 1 addition & 1 deletion dotnet-deps/Dockerfile.22.10.unsupported
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG UBUNTU_RELEASE=22.10
ARG USER=app UID=101 GROUP=app GID=101

FROM golang:1.22 AS chisel
FROM golang:1.23 AS chisel
RUN git clone --depth 1 -b main https://github.com/canonical/chisel /opt/chisel
WORKDIR /opt/chisel
RUN go generate internal/deb/version.go \
Expand Down
2 changes: 1 addition & 1 deletion dotnet-runtime/Dockerfile.22.10.unsupported
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG UBUNTU_RELEASE=22.10
ARG USER=app UID=101 GROUP=app GID=101

FROM golang:1.22 AS chisel
FROM golang:1.23 AS chisel
RUN git clone --depth 1 -b main https://github.com/canonical/chisel /opt/chisel
WORKDIR /opt/chisel
RUN go generate internal/deb/version.go \
Expand Down

0 comments on commit ac1ae10

Please sign in to comment.