Skip to content

Commit

Permalink
bump dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Feb 23, 2023
1 parent 4a458e9 commit bd1de13
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 @@ -7,7 +7,7 @@ WORKDIR /app

COPY ./ ./

RUN go build -v -ldflags="-X 'main.version=v1.0.23'" helmet.go
RUN go build -v -ldflags="-X 'main.version=v1.0.25'" helmet.go

FROM ubuntu:22.04

Expand Down

0 comments on commit bd1de13

Please sign in to comment.