Skip to content

Commit c2d5aff

Browse files
Bump alpine from 3.22.0 to 3.22.1 in /linux (#159)
Bumps alpine from 3.22.0 to 3.22.1. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd6e60a commit c2d5aff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN cd /app && go get -d \
1515
-ldflags "-s -w -extldflags \"-static\"" \
1616
-o /bin/cat cat.go
1717

18-
FROM alpine:3.22.0
18+
FROM alpine:3.22.1
1919

2020
ENV LANG=C.UTF-8
2121
ENV SERVER_PORT=8080

0 commit comments

Comments
 (0)