Skip to content

Commit

Permalink
Upgrade OpenSuse Leap from version 15.5 to version 15.6 (#484)
Browse files Browse the repository at this point in the history
* Upgrade OpenSuse Leap from version 15.5 to version 15.6

fixes #483
closes #476

Signed-off-by: Erik Agterdenbos <[email protected]>

* Pin golang BCI to a specific patch version to prevent future glibc mismatches

Signed-off-by: Erik Agterdenbos <[email protected]>

---------

Signed-off-by: Erik Agterdenbos <[email protected]>
  • Loading branch information
agterdenbos authored Jul 10, 2024
1 parent 40a21d4 commit c0d6322
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,5 +1,5 @@
# ----- EIB Builder Image -----
FROM registry.suse.com/bci/golang:1.22-1.11.6
FROM registry.suse.com/bci/golang:1.22-1.34.7

# Dependency uses by line
# 1. Podman Go library
Expand All @@ -18,7 +18,7 @@ RUN --mount=type=cache,id=gomod,target=/go/pkg/mod \
go build ./cmd/eib

# ----- Deliverable Image -----
FROM opensuse/leap:15.5
FROM opensuse/leap:15.6

# Dependency uses by line
# 1. ISO image building
Expand Down

0 comments on commit c0d6322

Please sign in to comment.