Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Releasing 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Jan 2, 2020
1 parent dc895be commit 035f0d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine AS BUILDER
WORKDIR /app
ENV TMP_NAME=/app/bookmark-notes.zip
ENV BOOKMARK_NOTES_VERSION=3.3.0
ENV BOOKMARK_NOTES_VERSION=3.3.1
RUN apk add --update curl &&\
curl -L "https://github.com/mageddo/bookmark-notes/releases/download/${BOOKMARK_NOTES_VERSION}/bookmark-notes-${BOOKMARK_NOTES_VERSION}.zip" > $TMP_NAME &&\
unzip $TMP_NAME -d /app && rm $TMP_NAME
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.linux
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine as BUILDER
WORKDIR /app
ENV TMP_NAME=/app/bookmark-notes.zip
ENV BOOKMARK_NOTES_VERSION=3.3.0
ENV BOOKMARK_NOTES_VERSION=3.3.1
RUN apk add --update curl &&\
curl -L "https://github.com/mageddo/bookmark-notes/releases/download/${BOOKMARK_NOTES_VERSION}/bookmark-notes-linux-amd64-${BOOKMARK_NOTES_VERSION}.zip" > $TMP_NAME &&\
unzip $TMP_NAME -d /app && rm $TMP_NAME
Expand Down

0 comments on commit 035f0d5

Please sign in to comment.