Skip to content

Commit

Permalink
📝 (Dockerfile.memogram): update Dockerfile to use variables for Lite…
Browse files Browse the repository at this point in the history
…stream and Memos image tags instead of hardcoding versions

  🚀 (Dockerfile.memogram): make Litestream and Memos image tags configurable via build arguments for easier updates and testing
  • Loading branch information
hu3rror committed May 19, 2024
1 parent c84b884 commit 2e027be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.memogram
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Set the Litestream image tag to 0.3.13
# Set the Litestream image tag
ARG LITESTREAM_IMAGE_TAG=0.3.13
# Set the Memos image tag to 0.22.0
# Set the Memos image tag
ARG MEMOS_IMAGE_TAG=0.22.0

# Build Litestream
Expand Down

0 comments on commit 2e027be

Please sign in to comment.