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

Commit

Permalink
Merge branch 'main' into use-spot-instances-for-the-scanners
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalogh-sa authored Mar 9, 2023
2 parents f48bda3 + 7590378 commit 754f15b
Show file tree
Hide file tree
Showing 10 changed files with 553 additions and 448 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.backend
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.0-alpine AS builder
FROM golang:1.20.2-alpine AS builder

RUN apk add --update --no-cache gcc g++ git

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.cli
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG VMCLARITY_TOOLS_BASE=ghcr.io/openclarity/vmclarity-tools-base@sha256:903d2c10351f811bdcb084f26f2b265f5c332de2891ab9f5fb7d60fed77e5ad7
FROM golang:1.20.0-alpine AS builder
FROM golang:1.20.2-alpine AS builder

RUN apk add --update --no-cache ca-certificates git
RUN apk add build-base
Expand Down
Loading

0 comments on commit 754f15b

Please sign in to comment.