Skip to content

Commit 3e233e2

Browse files
authored
Merge pull request #54 from mgfritch/dockerfile-warn
Fixup DockerFile warning annotations
2 parents 7f9e9d6 + 744a2ba commit 3e233e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ ARG BCI_IMAGE=registry.suse.com/bci/bci-base:latest
22
ARG GO_IMAGE=rancher/hardened-build-base:v1.22.8b2
33

44
# Build the project
5-
FROM ${GO_IMAGE} as builder
5+
FROM ${GO_IMAGE} AS builder
66
RUN set -x && \
77
apk --no-cache add patch \
88
git \
99
make
1010
ARG TAG=v3.8.0
1111
RUN git clone https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin
12-
WORKDIR sriov-network-device-plugin
12+
WORKDIR /go/sriov-network-device-plugin
1313
RUN git fetch --all --tags --prune
1414
RUN git checkout tags/${TAG} -b ${TAG}
1515
COPY logs.patch .

0 commit comments

Comments
 (0)