Skip to content

Commit 2e1601a

Browse files
build: [NPM] update repo for ubuntu 20 (#2217)
* build: from ubuntu 20 (just adding whitespace) * build: update repo --------- Signed-off-by: Hunter Gregory <[email protected]>
1 parent 22244c1 commit 2e1601a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/linux.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /usr/local/src
66
COPY . .
77
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
88

9-
FROM mcr.microsoft.com/oss/mirror/docker.io/library/ubuntu:20.04
9+
FROM mcr.microsoft.com/mirror/docker/library/ubuntu:20.04
1010
COPY --from=builder /usr/local/bin/azure-npm /usr/bin/azure-npm
1111
COPY --from=builder /usr/local/src/npm/scripts /usr/local/npm
1212
RUN apt-get update && apt-get install -y iptables ipset ca-certificates && apt-get autoremove -y && apt-get clean

0 commit comments

Comments
 (0)