File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
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.1@sha256:fa145a3c13f145356057e00ed6f66fbd9bf017798c9d7b2b8e956651fe4f52da AS builder
16
+ FROM golang:1.24.1@sha256:52ff1b35ff8de185bf9fd26c70077190cd0bed1e9f16a2d498ce907e5c421268 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.1@sha256:fa145a3c13f145356057e00ed6f66fbd9bf017798c9d7b2b8e956651fe4f52da AS deploy
31
+ FROM golang:1.24.1@sha256:52ff1b35ff8de185bf9fd26c70077190cd0bed1e9f16a2d498ce907e5c421268 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 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.1@sha256:fa145a3c13f145356057e00ed6f66fbd9bf017798c9d7b2b8e956651fe4f52da AS builder
16
+ FROM golang:1.24.1@sha256:52ff1b35ff8de185bf9fd26c70077190cd0bed1e9f16a2d498ce907e5c421268 AS builder
17
17
18
18
WORKDIR /root/
19
19
You can’t perform that action at this time.
0 commit comments