Skip to content

Commit

Permalink
Merge pull request #19 from jmtcsngr/clean_dockerfile
Browse files Browse the repository at this point in the history
remove unused ARG in Dockerfile for VERSION
  • Loading branch information
kjsanger authored Apr 2, 2024
2 parents 404291a + 943a539 commit 80dd3f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

FROM golang:1.22 as builder

ARG VERSION=dev

WORKDIR /app

COPY ./Makefile .
Expand Down

0 comments on commit 80dd3f3

Please sign in to comment.