Skip to content

Commit badacc2

Browse files
authored
Change docker image tag from current to lts (#66)
1 parent 49a9aa0 commit badacc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# docker build github.com/aspose-barcode-cloud/aspose-barcode-cloud-node -t barcode-cloud-node:$(git describe --tags)
33
# docker run barcode-cloud-node:$(git describe --tags) publish -e "TEST_CONFIGURATION_ACCESS_TOKEN=" -e "NPM_TOKEN="
44

5-
FROM node:current-bullseye
5+
FROM node:lts-bullseye
66

77
WORKDIR /aspose-barcode-cloud-node
88
COPY . .

0 commit comments

Comments
 (0)