Skip to content

Commit

Permalink
common: bump golang 1.22.7 and bci image 15.6
Browse files Browse the repository at this point in the history
Signed-off-by: Vicente Cheng <[email protected]>
  • Loading branch information
Vicente-Cheng committed Sep 23, 2024
1 parent 0b72e05 commit 8d20f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/harvester/networkfs-manager

go 1.22.5
go 1.22.7

require (
github.com/longhorn/longhorn-manager v1.7.0
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.7.0

FROM registry.suse.com/bci/bci-base:15.5
FROM registry.suse.com/bci/bci-base:15.6

RUN zypper -n rm container-suseconnect && \
zypper -n install util-linux-systemd e2fsprogs iproute2 && \
Expand Down

0 comments on commit 8d20f3e

Please sign in to comment.