File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ spec:
158158 containers :
159159 - name : pl-nats
160160 # yamllint disable-line rule:line-length
161- image : ghcr.io/pixie-io/nats:2.9.25-scratch-pl1 @sha256:ac7228464fbc7154e91c9a00cba85b5da1df9a3ded6c784cdd6009cece85a1e3
161+ image : ghcr.io/pixie-io/nats:2.9.25-scratch-pl2 @sha256:7b988768facb8b0c3f55a1da3cb4f4097d3fc817047d7651b78ac6f56818f1ed
162162 ports :
163163 - containerPort : 4222
164164 name : client
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ spec:
111111 containers :
112112 - name : pl-nats
113113 # yamllint disable-line rule:line-length
114- image : ghcr.io/pixie-io/nats:2.9.25-scratch-pl1 @sha256:ac7228464fbc7154e91c9a00cba85b5da1df9a3ded6c784cdd6009cece85a1e3
114+ image : ghcr.io/pixie-io/nats:2.9.25-scratch-pl2 @sha256:7b988768facb8b0c3f55a1da3cb4f4097d3fc817047d7651b78ac6f56818f1ed
115115 ports :
116116 - containerPort : 4222
117117 name : client
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ LINUX_HEADERS_GS_PATH := gs://pixie-dev-public/linux-headers/$(LINUX_HEADERS_REV
116116
117117# # NATS image parameters.
118118NATS_IMAGE_VERSION := 2.9.25
119- NATS_IMAGE_REV := pl1
119+ NATS_IMAGE_REV := pl2
120120nats_image_tag := "ghcr.io/pixie-io/nats:$(NATS_IMAGE_VERSION ) -scratch-$(NATS_IMAGE_REV ) "
121121
122122# # Ory image parameters.
Original file line number Diff line number Diff line change 1414#
1515# SPDX-License-Identifier: Apache-2.0
1616
17- FROM --platform=$BUILDPLATFORM golang:1.24-alpine@sha256:c8c5f95d64aa79b6547f3b626eb84b16a7ce18a139e3e9ca19a8c078b85ba80d AS build
17+ FROM --platform=$BUILDPLATFORM golang:1.24-alpine@sha256:8bee1901f1e530bfb4a7850aa7a479d17ae3a18beb6e09064ed54cfd245b7191 AS build
1818
1919ARG TARGETOS TARGETARCH
2020ARG NATS_VERSION
@@ -37,7 +37,7 @@ ARG CGO_ENABLED=0
3737RUN go mod download
3838# TODO(ddelnano): Remove once NATS server is updated to have
3939# vulnerability free upstream deps
40- RUN go get golang.org/x/crypto@v0.35 .0
40+ RUN go get golang.org/x/crypto@v0.45 .0
4141RUN go get github.com/nats-io/nkeys@v0.4.6
4242RUN go build -trimpath -ldflags "-X github.com/nats-io/nats-server/v2/server.gitCommit=$(git rev-parse --short HEAD)" -o ./nats-server
4343
You can’t perform that action at this time.
0 commit comments