Skip to content

Commit

Permalink
Do not pin a specific version but use a branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Aug 14, 2023
1 parent c028777 commit 40139c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/ba-st/gs64-rowan:v3.6.6-2023-08-14
FROM ghcr.io/ba-st/gs64-rowan:v3.6.6

COPY start-gemstone.sh /opt/gemstone/start-gemstone.sh

Expand Down
2 changes: 1 addition & 1 deletion start-gemstone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ startstone \

echo "::endgroup::"

echo "::group::Active GemStone services"
echo "::group::Listing active GemStone services"
gslist -cvl
echo "::endgroup::"

Expand Down

0 comments on commit 40139c3

Please sign in to comment.