Skip to content

Commit 0b6d1cb

Browse files
chore(deps): bump alpine from 3.16 to 3.22 in the all group (#472)
Bumps the all group with 1 update: alpine. Updates `alpine` from 3.16 to 3.22 --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d42dd89 commit 0b6d1cb

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
@@ -11,7 +11,7 @@ COPY . $GOPATH/src/$REPOSITORY
1111
RUN cd $GOPATH/src/$REPOSITORY && make install
1212

1313

14-
FROM alpine:3.16
14+
FROM alpine:3.22
1515

1616
LABEL maintainer sadayuki-matsuno
1717

0 commit comments

Comments
 (0)