Skip to content

Commit

Permalink
release.sh: use --pull for latest alpine base image
Browse files Browse the repository at this point in the history
Signed-off-by: Thilo Fromm <thilo.alexander@gmail.com>
  • Loading branch information
t-lo committed Nov 28, 2023
1 parent e80fd16 commit 03318a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if [ -n "${untracked}" ] ; then
fi

yell "Building the container image"
docker build -t "${container}:${version}" .
docker build --pull -t "${container}:${version}" .
docker tag "${container}:latest" "${container}:${version}"

yell "Creating the release tarball"
Expand Down

0 comments on commit 03318a1

Please sign in to comment.