Skip to content

Commit

Permalink
fix: Version
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Dec 1, 2023
1 parent 8ac047c commit 632c4f5
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 @@ -10,7 +10,7 @@ RUN apk update && apk add --no-cache tzdata
RUN mkdir -p /portainer-backup/src
COPY package.json /portainer-backup
COPY src/*.js /portainer-backup/src
RUN sed -i 's/0.0.0-development/$VERSION_ARG/' /portainer-backup/package.json
RUN sed -i 's/0.0.0-development/${VERSION_ARG}/' /portainer-backup/package.json

RUN npm install --omit=dev

Expand Down

0 comments on commit 632c4f5

Please sign in to comment.