Skip to content

Commit

Permalink
Fix for Dockerfile smell DL3006 (#183)
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Rosa <[email protected]>
  • Loading branch information
grosa1 authored Apr 13, 2023
1 parent e9f340c commit c083b83
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 @@ -4,7 +4,7 @@ COPY . .
RUN CGO_ENABLED=0 go build -o hmq -a -ldflags '-extldflags "-static"' .


FROM alpine
FROM alpine:3.17.3
WORKDIR /
COPY --from=builder /go/src/github.com/fhmq/hmq/hmq .
EXPOSE 1883
Expand Down

0 comments on commit c083b83

Please sign in to comment.