File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.22 -alpine AS dev
1+ FROM golang:1.23 -alpine AS dev
22WORKDIR /cli
33RUN apk --no-cache --update add git build-base
44COPY go.mod go.sum ./
@@ -49,7 +49,7 @@ RUN apk --no-cache --update add \
4949 g++ \
5050 curl
5151
52- RUN apk --no-cache --update add dotnet8-sdk go~=1.22 --repository=https://dl-cdn.alpinelinux.org/alpine/v3.20/community
52+ RUN apk --no-cache --update add dotnet8-sdk go~=1.23 --repository=https://dl-cdn.alpinelinux.org/alpine/v3.20/community
5353
5454RUN dotnet --version && npm -v && yarn -v
5555
Original file line number Diff line number Diff line change 1- FROM golang:1.22 -bookworm AS dev
1+ FROM golang:1.23 -bookworm AS dev
22WORKDIR /cli
33
44ARG DEBIAN_FRONTEND=noninteractive
@@ -90,7 +90,7 @@ RUN curl -fsSLO https://dot.net/v1/dotnet-install.sh \
9090 && rm ./dotnet-install.sh \
9191 && dotnet help
9292
93- ENV GOLANG_VERSION="1.22 "
93+ ENV GOLANG_VERSION="1.23 "
9494RUN apt -y update && apt -y upgrade && apt -y install \
9595 ca-certificates && \
9696 apt -y install -t unstable \
You can’t perform that action at this time.
0 commit comments