Skip to content

Commit

Permalink
Use the latest alpine version in Dockerfile (#610)
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik authored Feb 28, 2024
1 parent df6c72f commit f32f992
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 @@ -21,6 +21,6 @@ CMD go test -test.v ./...
FROM test as debug
CMD dlv -l :40000 --headless=true --api-version=2 test -test.v ./...

FROM alpine:3.18 as runtime
FROM alpine as runtime
COPY --from=build /bin/app /bin/app
ENTRYPOINT ["/bin/app"]

0 comments on commit f32f992

Please sign in to comment.