Skip to content

Commit

Permalink
fix: pin Docker image to node:18.18.0 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowd authored Nov 23, 2023
1 parent ae6d001 commit 75b8bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# docker push oracletest.azurecr.io/test/oracle:$COMMIT_SHA

# First stage, builder to install devDependencies to build TypeScript
FROM node:18 as BUILDER
FROM node:18.18.0 as BUILDER

RUN apt-get update
RUN apt-get install -y libusb-1.0-0-dev
Expand Down

0 comments on commit 75b8bfb

Please sign in to comment.