Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump golang from 1.20.6-alpine to 1.20.7-alpine (#525)
Browse files Browse the repository at this point in the history
Bumps golang from 1.20.6-alpine to 1.20.7-alpine.

---
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 Aug 2, 2023
1 parent cb5640c commit a434f15
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.apiserver
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# xx is a helper for cross-compilation
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 AS xx

FROM --platform=$BUILDPLATFORM golang:1.20.6-bullseye AS builder
FROM --platform=$BUILDPLATFORM golang:1.20.7-bullseye AS builder

COPY --from=xx / /

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.cli
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.2
ARG VMCLARITY_TOOLS_BASE=ghcr.io/openclarity/vmclarity-tools-base:v0.2.0@sha256:0e0ed706dc297366af44d736c71aefa350b54a0214290aa81b3603462e39872b
FROM --platform=$BUILDPLATFORM golang:1.20.6-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.20.7-alpine AS builder

RUN apk add --update --no-cache ca-certificates git
RUN apk add build-base
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.orchestrator
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# xx is a helper for cross-compilation
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 AS xx

FROM --platform=$BUILDPLATFORM golang:1.20.6-bullseye AS builder
FROM --platform=$BUILDPLATFORM golang:1.20.7-bullseye AS builder

COPY --from=xx / /

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.uibackend
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# xx is a helper for cross-compilation
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 AS xx

FROM --platform=$BUILDPLATFORM golang:1.20.6-bullseye AS builder
FROM --platform=$BUILDPLATFORM golang:1.20.7-bullseye AS builder

COPY --from=xx / /

Expand Down

0 comments on commit a434f15

Please sign in to comment.