Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
update lantern to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Sep 3, 2024
1 parent 1b16f69 commit 1834e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
env:
VERSION: "0.2.3"
VERSION: "0.2.4"
IMAGE_NAME: "lanterndata/lantern-suite"
jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG PG_VERSION=15

FROM postgres:$PG_VERSION-bookworm
ARG LANTERN_VERSION=0.3.2
ARG LANTERN_VERSION=0.3.3
ARG LANTERN_EXTRAS_VERSION=0.2.3
ARG PG_VERSION
ARG TARGETARCH
Expand Down

0 comments on commit 1834e8b

Please sign in to comment.