File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
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.17.8 @sha256:c7c94588b6445f5254fbc34df941afa10de04706deb330e62831740c9f0f2030 AS builder
16+ FROM golang:1.17.10 @sha256:8cec27169e79b40624c9cb3bc2d925e83b3867f0c94aae3a354827b68ad8cc24 AS builder
1717ENV APP_ROOT=/opt/app-root
1818ENV GOPATH=$APP_ROOT
1919
@@ -30,7 +30,7 @@ RUN go build -ldflags "${SERVER_LDFLAGS}" ./cmd/rekor-server
3030RUN CGO_ENABLED=0 go build -gcflags "all=-N -l" -ldflags "${SERVER_LDFLAGS}" -o rekor-server_debug ./cmd/rekor-server
3131
3232# Multi-Stage production build
33- FROM golang:1.17.8 @sha256:c7c94588b6445f5254fbc34df941afa10de04706deb330e62831740c9f0f2030 as deploy
33+ FROM golang:1.17.10 @sha256:8cec27169e79b40624c9cb3bc2d925e83b3867f0c94aae3a354827b68ad8cc24 as deploy
3434
3535# Retrieve the binary from the previous stage
3636COPY --from=builder /opt/app-root/src/rekor-server /usr/local/bin/rekor-server
You can’t perform that action at this time.
0 commit comments