Skip to content

Commit 05cc51d

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump alpine from 3.20.1 to 3.20.2 in /linux
Bumps alpine from 3.20.1 to 3.20.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e99adce commit 05cc51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.20.1
18+
FROM alpine:3.20.2
1919

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

0 commit comments

Comments
 (0)