Skip to content

Commit

Permalink
Remove versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Jun 8, 2024
1 parent 0694be0 commit b31f6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG TARGETPLATFORM
WORKDIR /gatewayd
COPY . /gatewayd

RUN apk --no-cache add git=2.45.2-r0 make=4.4.1-r2 && \
RUN apk --no-cache add git make && \

Check failure on line 13 in Dockerfile

View workflow job for this annotation

GitHub Actions / Test GatewayD

DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
mkdir -p dist && \
make build-platform GOOS=${TARGETOS} GOARCH=${TARGETARCH} OUTPUT_DIR=dist/${TARGETOS}-${TARGETARCH}

Expand Down

0 comments on commit b31f6e5

Please sign in to comment.