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

Commit

Permalink
Bump golang from 1.19.5-alpine to 1.20.0-alpine
Browse files Browse the repository at this point in the history
Bumps golang from 1.19.5-alpine to 1.20.0-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Sam Betts committed Feb 6, 2023
1 parent 3c92477 commit 2536f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.19.5-alpine AS builder
FROM golang:1.20.0-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.19.5-alpine AS builder
FROM golang:1.20.0-alpine AS builder

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

0 comments on commit 2536f45

Please sign in to comment.