Skip to content

Commit 5d4c0d5

Browse files
committed
Revert to Alpine 3.11.2.
See also: gliderlabs/docker-alpine#539 and grpc/grpc-go#3572.
1 parent 3fae05b commit 5d4c0d5

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
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-gateway-bridge/build/chirpstack-gateway-bridge /usr/bin/chirpstack-gateway-bridge

0 commit comments

Comments
 (0)