We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c28add commit e70b236Copy full SHA for e70b236
npm/linux.Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /usr/local/src
6
COPY . .
7
RUN CGO_ENABLED=0 go build -v -o /usr/local/bin/azure-npm -ldflags "-X main.version="$VERSION" -X "$NPM_AI_PATH"="$NPM_AI_ID"" -gcflags="-dwarflocationlists=true" npm/cmd/*.go
8
9
-FROM mcr.microsoft.com/mirror/docker/library/ubuntu:20.04 as linux
+FROM mcr.microsoft.com/mirror/docker/library/ubuntu:24.04 as linux
10
COPY --from=builder /usr/local/bin/azure-npm /usr/bin/azure-npm
11
RUN apt-get update && apt-get install -y iptables ipset ca-certificates && apt-get autoremove -y && apt-get clean
12
RUN chmod +x /usr/bin/azure-npm
0 commit comments