File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- FROM golang:1.25.5@sha256:20b91eda7a9627c127c0225b0d4e8ec927b476fa4130c6760928b849d769c149 AS builder
16+ FROM golang:1.25.5@sha256:a22b2e6c5e753345b9759fba9e5c1731ebe28af506745e98f406cc85d50c828e AS builder
1717ENV APP_ROOT=/opt/app-root
1818ENV GOPATH=$APP_ROOT
1919
@@ -28,7 +28,7 @@ RUN go build -o server main.go
2828RUN CGO_ENABLED=1 go build -gcflags "all=-N -l" -o server_debug main.go
2929
3030# Multi-Stage production build
31- FROM golang:1.25.5@sha256:20b91eda7a9627c127c0225b0d4e8ec927b476fa4130c6760928b849d769c149 AS deploy
31+ FROM golang:1.25.5@sha256:a22b2e6c5e753345b9759fba9e5c1731ebe28af506745e98f406cc85d50c828e AS deploy
3232
3333# Retrieve the binary from the previous stage
3434COPY --from=builder /opt/app-root/src/server /usr/local/bin/fulcio-server
Original file line number Diff line number Diff line change 1616
1717FROM ghcr.io/sigstore/scaffolding/tesseract/posix:v0.1.1-0.20251112113307-52b154e44576 AS server
1818
19- FROM golang:1.25.5@sha256:20b91eda7a9627c127c0225b0d4e8ec927b476fa4130c6760928b849d769c149 AS deploy
19+ FROM golang:1.25.5@sha256:a22b2e6c5e753345b9759fba9e5c1731ebe28af506745e98f406cc85d50c828e AS deploy
2020
2121COPY --from=server /ko-app/posix /usr/local/bin/tesseract
2222
You can’t perform that action at this time.
0 commit comments