File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
16
- FROM golang:1.24.5 @sha256:ef5b4be1f94b36c90385abd9b6b4f201723ae28e71acacb76d00687333c17282 AS builder
16
+ FROM golang:1.24.6 @sha256:2c89c41fb9efc3807029b59af69645867cfe978d2b877d475be0d72f6c6ce6f6 AS builder
17
17
ENV APP_ROOT=/opt/app-root
18
18
ENV GOPATH=$APP_ROOT
19
19
@@ -28,7 +28,7 @@ RUN go build -o server main.go
28
28
RUN CGO_ENABLED=1 go build -gcflags "all=-N -l" -o server_debug main.go
29
29
30
30
# Multi-Stage production build
31
- FROM golang:1.24.5 @sha256:ef5b4be1f94b36c90385abd9b6b4f201723ae28e71acacb76d00687333c17282 AS deploy
31
+ FROM golang:1.24.6 @sha256:2c89c41fb9efc3807029b59af69645867cfe978d2b877d475be0d72f6c6ce6f6 AS deploy
32
32
33
33
# Retrieve the binary from the previous stage
34
34
COPY --from=builder /opt/app-root/src/server /usr/local/bin/fulcio-server
Original file line number Diff line number Diff line change 14
14
15
15
FROM ghcr.io/sigstore/scaffolding/ct_server:v0.7.24@sha256:82ef780062d6828e3e6b1e9e607097d2096f77ea9f2f921fda6022bef415ce8a AS server
16
16
17
- FROM golang:1.24.5 @sha256:ef5b4be1f94b36c90385abd9b6b4f201723ae28e71acacb76d00687333c17282 AS deploy
17
+ FROM golang:1.24.6 @sha256:2c89c41fb9efc3807029b59af69645867cfe978d2b877d475be0d72f6c6ce6f6 AS deploy
18
18
19
19
COPY --from=server /ko-app/ct_server /usr/local/bin/ct_server
20
20
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
16
- FROM golang:1.24.5 @sha256:ef5b4be1f94b36c90385abd9b6b4f201723ae28e71acacb76d00687333c17282 AS builder
16
+ FROM golang:1.24.6 @sha256:2c89c41fb9efc3807029b59af69645867cfe978d2b877d475be0d72f6c6ce6f6 AS builder
17
17
18
18
WORKDIR /root/
19
19
You can’t perform that action at this time.
0 commit comments