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 6e1827d commit 26569aaCopy full SHA for 26569aa
npm/Dockerfile
@@ -1,5 +1,5 @@
1
# Use a minimal image as a parent image
2
-FROM ubuntu:19.10
+FROM ubuntu:focal
3
ARG NPM_BUILD_DIR
4
5
# Install dependencies.
@@ -15,4 +15,4 @@ COPY $NPM_BUILD_DIR/azure-npm /usr/bin
15
WORKDIR /usr/bin
16
17
# Run the npm command by default when the container starts.
18
-ENTRYPOINT ["/usr/bin/azure-npm"]
+ENTRYPOINT ["/usr/bin/azure-npm"]
0 commit comments