Skip to content

Commit 2a26224

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump alpine from 3.18.0 to 3.18.2 in /linux
Bumps alpine from 3.18.0 to 3.18.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 128670a commit 2a26224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/Dockerfile

+1-1
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.18.0
18+
FROM alpine:3.18.2
1919

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

0 commit comments

Comments
 (0)