Skip to content

Commit

Permalink
build(deps): bump golang from 1.19.1-alpine to 1.19.3-alpine
Browse files Browse the repository at this point in the history
Bumps golang from 1.19.1-alpine to 1.19.3-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Sam Betts committed Nov 2, 2022
1 parent 8aced6f commit a7bbff5
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 @@ RUN npm i
RUN npm run build


FROM golang:1.19.1-alpine AS builder
FROM golang:1.19.3-alpine AS builder

ARG VERSION
ARG BUILD_TIMESTAMP
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.cis_docker_benchmark_scanner
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.1-alpine AS builder
FROM golang:1.19.3-alpine AS builder

ARG VERSION
ARG BUILD_TIMESTAMP
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.cli
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.1-alpine AS builder
FROM golang:1.19.3-alpine AS builder

ARG COMMIT_HASH

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.runtime_k8s_scanner
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.1-alpine AS builder
FROM golang:1.19.3-alpine AS builder

ARG VERSION
ARG BUILD_TIMESTAMP
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.sbom_db
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.1-alpine AS builder
FROM golang:1.19.3-alpine AS builder

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

Expand Down

0 comments on commit a7bbff5

Please sign in to comment.