Skip to content

Commit 4438efb

Browse files
authored
Update Dockerfile
change image to latest 3.22.0
1 parent 165d1c3 commit 4438efb

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:3.19.7 AS production
17+
FROM alpine:3.22.0 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)