Skip to content

Commit 26569aa

Browse files
authored
Update NPM base image to 20.04 (#552)
1 parent 6e1827d commit 26569aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

npm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use a minimal image as a parent image
2-
FROM ubuntu:19.10
2+
FROM ubuntu:focal
33
ARG NPM_BUILD_DIR
44

55
# Install dependencies.
@@ -15,4 +15,4 @@ COPY $NPM_BUILD_DIR/azure-npm /usr/bin
1515
WORKDIR /usr/bin
1616

1717
# Run the npm command by default when the container starts.
18-
ENTRYPOINT ["/usr/bin/azure-npm"]
18+
ENTRYPOINT ["/usr/bin/azure-npm"]

0 commit comments

Comments
 (0)