diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bf0d5988..b09a2914 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.19.10 + go-version: 1.19.12 - uses: actions/checkout@v3 - name: golangci-lint uses: golangci/golangci-lint-action@v3 diff --git a/builder/Dockerfile b/builder/Dockerfile index 58cc209d..c6c347c2 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.19.10-alpine AS builder +FROM golang:1.19.12-alpine AS builder ARG GIT_TAG WORKDIR /src @@ -28,7 +28,7 @@ RUN GIT_TAG=${GIT_TAG:-latest}\ -ldflags "-s -w -X ${VERSION_PKG}.RELEASE=${GIT_TAG} -X ${VERSION_PKG}.COMMIT=${GIT_COMMIT} -X ${VERSION_PKG}.REPO=${GIT_REPO}"\ -o haproxy-ingress pkg/main.go -FROM haproxy:2.4.23-alpine +FROM haproxy:2.4.24-alpine USER root diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index cc9faed3..a1ae4b85 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM haproxy:2.4.23-alpine +FROM haproxy:2.4.24-alpine USER root