Skip to content

Commit

Permalink
Remove unused VERSION variable in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
khenriks committed Jan 30, 2021
1 parent 88165aa commit be43123
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM debian:buster-slim AS base

FROM base AS build

ARG VERSION=1.0
ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit be43123

Please sign in to comment.