Skip to content

Commit

Permalink
chore: Update Dockerfile to tag images with bookworm instead of bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfdl committed Jun 20, 2024
1 parent 08efb34 commit 0ba1afd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ docker buildx build --push --build-arg TAGORELAY_VERSION=${FULL_VERSION} \
--platform linux/arm64/v8,linux/amd64 \
--tag tagoio/relay \
--tag tagoio/relay:debian \
--tag tagoio/relay:bullseye \
--tag tagoio/relay:${MAJOR}.${MINOR}-bullseye \
--tag tagoio/relay:${MAJOR}.${MINOR}.${PATCH}-bullseye \
--tag tagoio/relay:bookworm \
--tag tagoio/relay:${MAJOR}.${MINOR}-bookworm \
--tag tagoio/relay:${MAJOR}.${MINOR}.${PATCH}-bookworm \
--tag tagoio/relay:${MAJOR}.${MINOR} \
--tag tagoio/relay:${MAJOR}.${MINOR}.${PATCH} \
.

0 comments on commit 0ba1afd

Please sign in to comment.