Skip to content

Commit

Permalink
Automated commit triggered by 2.9.8 release(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 11, 2024
1 parent 52927c2 commit 47e39b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 2.9/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:alpine3.20 AS dataplaneapi-builder

ENV DATAPLANE_MINOR 2.9.3
ENV DATAPLANE_MINOR 2.9.4
ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git

RUN apk add --no-cache ca-certificates git make && \
Expand Down Expand Up @@ -31,15 +31,15 @@ MAINTAINER Dinko Korunic <[email protected]>
LABEL Name HAProxy
LABEL Release Community Edition
LABEL Vendor HAProxy
LABEL Version 2.9.7
LABEL Version 2.9.8
LABEL RUN /usr/bin/docker -d IMAGE

ENV HAPROXY_BRANCH 2.9
ENV HAPROXY_MINOR 2.9.7
ENV HAPROXY_SHA256 d1a0a56f008a8d2f007bc0c37df6b2952520d1f4dde33b8d3802710e5158c131
ENV HAPROXY_MINOR 2.9.8
ENV HAPROXY_SHA256 12f53bbe8b581ebc195447c2cbbd3d9935414e449f357f1fb8e9d61dbe8d1a9d
ENV HAPROXY_SRC_URL http://www.haproxy.org/download

ENV DATAPLANE_MINOR 2.9.3
ENV DATAPLANE_MINOR 2.9.4
ENV DATAPLANE_SHA256 ec685350576898bb0a00d656f427f5da7c28043551a3e0050c1b5301547e235a
ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi/releases/download

Expand Down

0 comments on commit 47e39b6

Please sign in to comment.