change to alpine

This commit is contained in:
2023-08-03 01:42:55 +02:00
parent 79e4126785
commit ee0cb1fed9

View File

@@ -1,5 +1,5 @@
# Use Alpine as the base image
FROM golang:latest
FROM golang:alpine
# Set the Current Working Directory inside the container
WORKDIR /app