diff --git a/builder/Dockerfile b/builder/Dockerfile index 26e339c1e..aef8fed62 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -29,7 +29,7 @@ RUN cd /src\ -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.2.24-alpine +FROM haproxy:2.2.28-alpine RUN apk upgrade --no-cache && apk --no-cache add socat openssl lua5.3 lua-socket dumb-init diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 3c4c4bb11..966843356 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.2.24-alpine +FROM haproxy:2.2.28-alpine RUN apk upgrade --no-cache && apk --no-cache add socat openssl lua5.3 lua-socket dumb-init COPY . /