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.23.5@sha256:51a6466e8dbf3e00e422eb0f7a97ac450b2d57b33617bbe8d2ee0bddcd9d0d37 AS builder
16
+ FROM golang:1.23.5@sha256:e213430692e5c31aba27473cdc84cfff2896d0c097e984bef67b6a44c75a8181 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.23.5@sha256:51a6466e8dbf3e00e422eb0f7a97ac450b2d57b33617bbe8d2ee0bddcd9d0d37 AS deploy
31
+ FROM golang:1.23.5@sha256:e213430692e5c31aba27473cdc84cfff2896d0c097e984bef67b6a44c75a8181 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.23.5@sha256:51a6466e8dbf3e00e422eb0f7a97ac450b2d57b33617bbe8d2ee0bddcd9d0d37 AS builder
16
+ FROM golang:1.23.5@sha256:e213430692e5c31aba27473cdc84cfff2896d0c097e984bef67b6a44c75a8181 AS builder
17
17
18
18
WORKDIR /root/
19
19
You can’t perform that action at this time.
0 commit comments