Skip to content

Commit

Permalink
Fix docker worning - match keywords case
Browse files Browse the repository at this point in the history
  • Loading branch information
t4lz committed Sep 19, 2024
1 parent e70b06f commit 3092280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unix-socket-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Using the agent's build image, that has rustup targets, zigbuild etc.
FROM --platform=$BUILDPLATFORM ghcr.io/metalbear-co/ci-agent-build:latest as build-env
FROM --platform=$BUILDPLATFORM ghcr.io/metalbear-co/ci-agent-build:latest AS build-env
ARG TARGETARCH

WORKDIR /build
Expand Down

0 comments on commit 3092280

Please sign in to comment.