Skip to content

Commit

Permalink
chore(deps): update docker.io/library/golang docker tag to v1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 11, 2023
1 parent a94c5e2 commit 8383335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2022-2023 Dell Inc, or its subsidiaries.
FROM docker.io/library/golang:1.20.7-alpine3.17 as builder
FROM docker.io/library/golang:1.21.0-alpine3.17 as builder

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 8: containerImage not pinned by hash
Click Remediation section below to solve this issue

WORKDIR /app

Expand Down

0 comments on commit 8383335

Please sign in to comment.