Skip to content

Commit

Permalink
🌱 Bump golang from 5819b6e to 61c2bf1 (#420)
Browse files Browse the repository at this point in the history
Bumps golang from `5819b6e` to `61c2bf1`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 18, 2023
1 parent d31510d commit e9bf257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.20.5@sha256:5819b6e7498119819e5e49c9b8937126161a9a4aca76542694c35883e98e7779 AS builder
FROM golang:1.20.5@sha256:6b3fa4b908676231b50acbbc00e84d8cee9c6ce072b1175c0ff352c57d8a612f AS builder
ENV APP_ROOT=/opt/app-root
ENV GOPATH=$APP_ROOT

Expand All @@ -25,7 +25,7 @@ ARG TARGETARCH
RUN CGO_ENABLED=0 make scorecard-webapp

# Multi-Stage production build
FROM golang:1.20.5@sha256:5819b6e7498119819e5e49c9b8937126161a9a4aca76542694c35883e98e7779 as deploy
FROM golang:1.20.5@sha256:6b3fa4b908676231b50acbbc00e84d8cee9c6ce072b1175c0ff352c57d8a612f as deploy
# Retrieve the binary from the previous stage
COPY --from=builder /opt/app-root/src/scorecard-webapp /usr/local/bin/scorecard-webapp

Expand Down

0 comments on commit e9bf257

Please sign in to comment.