File tree Expand file tree Collapse file tree
backend/deployment/backend Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ COPY pkg pkg
2626RUN go install -ldflags="-X main.gitRef=${SOURCE_BRANCH} -X main.gitHash=${SOURCE_COMMIT}" ./cmd/backend
2727
2828# ##############################################################
29- FROM alpine:3.19.1 @sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
29+ FROM alpine:3.20.2 @sha256:8f37f6b1173d0e2d484e011780cfeab05fc4fc9a5f90a7b64ec8619f8509092d
3030
3131ENV JAEGER_SERVICE_NAME Dinghy
3232ENV JAEGER_SAMPLER_TYPE const
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ COPY pkg pkg
3030RUN go install -ldflags="-X main.gitRef=${SOURCE_BRANCH} -X main.gitHash=${SOURCE_COMMIT}" ./cmd/notify
3131
3232# ##############################################################
33- FROM alpine:3.19.1 @sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
33+ FROM alpine:3.20.2 @sha256:8f37f6b1173d0e2d484e011780cfeab05fc4fc9a5f90a7b64ec8619f8509092d
3434
3535ENV JAEGER_SERVICE_NAME Dinghy-Notify
3636ENV JAEGER_SAMPLER_TYPE const
You can’t perform that action at this time.
0 commit comments