Skip to content

Commit de52e01

Browse files
Bump golang from 1.16.6 to 1.16.7 (sigstore#403)
Bumps golang from 1.16.6 to 1.16.7. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent abecdc7 commit de52e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
FROM golang:1.16.6 AS builder
16+
FROM golang:1.16.7 AS builder
1717
ENV APP_ROOT=/opt/app-root
1818
ENV GOPATH=$APP_ROOT
1919

@@ -30,7 +30,7 @@ RUN go build -ldflags "${SERVER_LDFLAGS}" ./cmd/rekor-server
3030
RUN 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.16.6 as deploy
33+
FROM golang:1.16.7 as deploy
3434

3535
# Retrieve the binary from the previous stage
3636
COPY --from=builder /opt/app-root/src/rekor-server /usr/local/bin/rekor-server

0 commit comments

Comments
 (0)