Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

Commit 6b363fa

Browse files
committed
chore(deps): update alpine docker tag to v3.14
1 parent 71838c3 commit 6b363fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/go/pkg make dep
1919
# but also needed to use the package cache above
2020
RUN --mount=type=cache,target=/go-build-cache --mount=type=cache,target=/go/pkg make build APP_VERSION=${VERSION}
2121

22-
FROM alpine:3.12
22+
FROM alpine:3.14
2323
ENTRYPOINT ["/usr/bin/api"]
2424
CMD ["server"]
2525

0 commit comments

Comments
 (0)