Skip to content

Commit 4b6ab09

Browse files
chore(deps): bump alpine from 3.20 to 3.21 in the docker group
Bumps the docker group with 1 update: alpine. Updates `alpine` from 3.20 to 3.21 --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b20e333 commit 4b6ab09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN VERSION=${VERSION:-"$(echo $(git describe --abbrev=0 --tags)+$(git rev-parse
1414
-X github.com/uselagoon/lagoon-cli/cmd.lagoonCLIBuild=$BUILD \
1515
-X github.com/uselagoon/lagoon-cli/cmd.lagoonCLIBuildGoVersion=go$GOLANG_VERSION" -o lagoon .
1616

17-
FROM alpine:3.20
17+
FROM alpine:3.21
1818

1919
WORKDIR /root/
2020
COPY --from=build /go/src/github.com/uselagoon/lagoon-cli/lagoon /lagoon

0 commit comments

Comments
 (0)