Skip to content

Commit 37f9144

Browse files
renovate[bot]g3force
authored andcommitted
Pin dependencies
1 parent 14b4a14 commit 37f9144

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
app:
44
docker:
5-
- image: cimg/go:1.23
5+
- image: cimg/go:1.23@sha256:d89753cdb9f31e48c3a91aee6e73afcb23ad7e44abf7088491d8a9f002a71b67
66

77
steps:
88
- checkout
@@ -25,7 +25,7 @@ jobs:
2525

2626
publish-github-release:
2727
docker:
28-
- image: cimg/go:1.23
28+
- image: cimg/go:1.23@sha256:d89753cdb9f31e48c3a91aee6e73afcb23ad7e44abf7088491d8a9f002a71b67
2929
steps:
3030
- attach_workspace:
3131
at: .

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-alpine AS build
1+
FROM golang:1.23-alpine@sha256:c23339199a08b0e12032856908589a6d41a0dab141b8b3b21f156fc571a3f1d3 AS build
22
WORKDIR /go/src/github.com/RoboCup-SSL/ssl-simulation-controller
33
COPY go.mod go.mod
44
COPY go.sum go.sum
@@ -8,7 +8,7 @@ COPY internal internal
88
RUN go install ./...
99

1010
# Start fresh from a smaller image
11-
FROM alpine:3.21
11+
FROM alpine:3.21@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
1212
COPY --from=build /go/bin/ssl-simulation-controller /app/ssl-simulation-controller
1313
USER 1000
1414
ENTRYPOINT ["/app/ssl-simulation-controller"]

0 commit comments

Comments
 (0)