Skip to content

Commit

Permalink
build(deps): bump golang from 1.21.3-alpine to 1.21.5-alpine (#568)
Browse files Browse the repository at this point in the history
Bumps golang from 1.21.3-alpine to 1.21.5-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 19, 2023
1 parent 1b27070 commit 6f29bd6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.backend
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY ui .
RUN npm i
RUN npm run build

FROM golang:1.21.3-alpine AS builder
FROM golang:1.21.5-alpine AS builder

RUN apk add --update --no-cache gcc g++ git ca-certificates build-base

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.cis_docker_benchmark_scanner
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.2
FROM golang:1.21.3-alpine AS builder
FROM golang:1.21.5-alpine AS builder

RUN apk add --update --no-cache gcc g++ git ca-certificates build-base

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.cli
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.2
FROM golang:1.21.3-alpine AS builder
FROM golang:1.21.5-alpine AS builder

RUN apk add --update --no-cache gcc g++ git ca-certificates build-base

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.runtime_k8s_scanner
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.2
FROM golang:1.21.3-alpine AS builder
FROM golang:1.21.5-alpine AS builder

RUN apk add --update --no-cache gcc g++ git ca-certificates build-base

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.sbom_db
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.2
FROM golang:1.21.3-alpine AS builder
FROM golang:1.21.5-alpine AS builder

RUN apk add --update --no-cache gcc g++ git ca-certificates build-base

Expand Down

0 comments on commit 6f29bd6

Please sign in to comment.