Skip to content

Commit 5898ac4

Browse files
Bump alpine from 3.20.2 to 3.20.3 (#1523)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 435c0f9 commit 5898ac4

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
@@ -13,7 +13,7 @@ ENV CGO_ENABLED=0
1313
ARG VERSION
1414
RUN go build -v -ldflags "-X main.version=$VERSION" -o yace ./cmd/yace
1515

16-
FROM alpine:3.20.2
16+
FROM alpine:3.20.3
1717

1818
EXPOSE 5000
1919
ENTRYPOINT ["yace"]

0 commit comments

Comments
 (0)