Skip to content

Commit 7b82035

Browse files
chore(deps): bump alpine from 3.20.3 to 3.21.0
Bumps alpine from 3.20.3 to 3.21.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2fe741 commit 7b82035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY . /src/
1818
RUN BUILD_TAGS=muslc LINK_STATICALLY=true make build
1919

2020
#--- Image stage
21-
FROM alpine:3.20.3
21+
FROM alpine:3.21.0
2222

2323
COPY --from=go-builder /src/target/dist/axoned /usr/bin/axoned
2424

0 commit comments

Comments
 (0)