Skip to content

Commit 9fd0b6c

Browse files
chore(deps): bump alpine from 3.22 to 3.23 in the all group (#501)
Bumps the all group with 1 update: alpine. Updates `alpine` from 3.22 to 3.23 --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' 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 b1b9d91 commit 9fd0b6c

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.22
14+
FROM alpine:3.23
1515

1616
LABEL maintainer sadayuki-matsuno
1717

0 commit comments

Comments
 (0)