Skip to content

Commit

Permalink
Dockerfile: bump library/golang from 1.20.0-bullseye to 1.23.4-bullseye
Browse files Browse the repository at this point in the history
Bumps library/golang from 1.20.0-bullseye to 1.23.4-bullseye.

---
updated-dependencies:
- dependency-name: library/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 Jan 1, 2025
1 parent fdb5eba commit 417ee2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi9/ubi@sha256:ee0b908e958a1822afc57e5d386d1ea128eebe492cb2e01b6903ee19c133ea75 as ubi
FROM docker.io/library/golang:1.20.0-bullseye as golang_120
FROM docker.io/library/golang:1.21.0-bullseye as golang_121
FROM docker.io/library/golang:1.23.4-bullseye as golang_120
FROM docker.io/library/golang:1.23.4-bullseye as golang_121
FROM docker.io/library/node:23.1.0-bullseye as node

########################
Expand Down

0 comments on commit 417ee2a

Please sign in to comment.