Skip to content

Commit 251ec6d

Browse files
authored
Adopt hardened-build-base to get correct go toolchain (#107)
* Adopt hardened-build-base to get correct go toolchain * unblock un-draft step
1 parent d8d3c48 commit 251ec6d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127

128128
release:
129129
name: Un-draft release
130-
runs-on: runs-on,image=ubuntu22-full-x64,runner=4cpu-linux-x64,run-id=${{ github.run_id }}
130+
runs-on: ubuntu-latest
131131
needs: [ ci, goreleaser, image ]
132132
permissions:
133133
contents: write

package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.suse.com/bci/golang:1.25 AS builder
1+
FROM rancher/hardened-build-base:v1.25.10b1 AS builder
22

33
ARG TAG=''
44
ARG REPO=''

0 commit comments

Comments
 (0)