Skip to content

Commit

Permalink
update Dockerfile final image to use alpine base
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaskiddo committed May 9, 2022
1 parent 3ea0b64 commit dc4a2c0
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 @@ -12,7 +12,7 @@ RUN go mod download \

# Final Image
# ---------------------------------------------------
FROM dimaskiddo/debian-buster:base
FROM dimaskiddo/alpine:base
MAINTAINER Dimas Restu Hidayanto <[email protected]>

ARG SERVICE_NAME="go-whatsapp-multidevice-rest"
Expand Down

0 comments on commit dc4a2c0

Please sign in to comment.