Skip to content

Commit 1bdaa9e

Browse files
committed
fix: platform
1 parent 4adbfb4 commit 1bdaa9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ARG WINDOWS_VERSION
44
ARG VECTOR_VERSION
55

6-
FROM --platform=linux/amd64 alpine:latest as downloader
6+
FROM alpine as downloader
77

88
WORKDIR /vector
99

@@ -12,7 +12,7 @@ RUN apk add --no-cache curl unzip && \
1212
unzip vector.zip && \
1313
rm vector.zip
1414

15-
FROM --platform=windows/amd64 mcr.microsoft.com/windows/servercore:$WINDOWS_VERSION
15+
FROM mcr.microsoft.com/windows/servercore:$WINDOWS_VERSION
1616

1717
WORKDIR C:/Program Files/Vector
1818

0 commit comments

Comments
 (0)