Skip to content

Commit

Permalink
Automated commit triggered by 3.2-dev5 release(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 10, 2025
1 parent aca466e commit 586679f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:alpine AS dataplaneapi-builder

ENV DATAPLANE_MINOR 3.0.4
ENV DATAPLANE_MINOR 3.1.0

Check warning on line 3 in 3.2/Dockerfile

View workflow job for this annotation

GitHub Actions / main

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV DATAPLANE_V2_MINOR 2.9.9

Check warning on line 4 in 3.2/Dockerfile

View workflow job for this annotation

GitHub Actions / main

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV DATAPLANE_URL https://github.com/haproxytech/dataplaneapi.git

Expand Down

0 comments on commit 586679f

Please sign in to comment.