Skip to content

Commit

Permalink
remove unused ARG in Dockerfile for VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
jmtcsngr committed Apr 2, 2024
1 parent 3a1f66b commit 943a539
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
@@ -1,7 +1,5 @@
FROM golang:1.22

ARG VERSION=dev

WORKDIR /app

COPY go.mod go.sum ./
Expand Down

0 comments on commit 943a539

Please sign in to comment.