Skip to content

Commit

Permalink
fix: remove version env from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Mar 23, 2024
1 parent a76afc4 commit e91e1d7
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 @@ -6,7 +6,7 @@ COPY . .

RUN set -ex \
&& go mod download \
&& go build -trimpath -ldflags="-w -s -X main.version=${VERSION}" -o estkme-rlpa-server main.go
&& go build -trimpath -ldflags="-w -s" -o estkme-rlpa-server main.go

FROM debian:bookworm-slim

Expand Down

0 comments on commit e91e1d7

Please sign in to comment.