Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 89ab99e

Browse files
committed
Revert to Alpine 3.11.2.
See also: gliderlabs/docker-alpine#539 and grpc/grpc-go#3572.
1 parent f1b6801 commit 89ab99e

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
@@ -14,7 +14,7 @@ WORKDIR $PROJECT_PATH
1414
RUN make dev-requirements ui-requirements
1515
RUN make
1616

17-
FROM alpine:latest AS production
17+
FROM alpine:3.11.2 AS production
1818

1919
RUN apk --no-cache add ca-certificates
2020
COPY --from=development /chirpstack-application-server/build/chirpstack-application-server /usr/bin/chirpstack-application-server

0 commit comments

Comments
 (0)