Skip to content

Commit b64817b

Browse files
authored
Merge pull request #8785 from mboersma/silence-dockerfile-warning
Silence docker build warning about mixed case
2 parents c7b342e + 94e610a commit b64817b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-autoscaler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
FROM --platform=$BUILDPLATFORM golang:1.24 as builder
14+
FROM --platform=$BUILDPLATFORM golang:1.24 AS builder
1515

1616
WORKDIR /workspace
1717

0 commit comments

Comments
 (0)