We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c0bf5 commit 4405dc6Copy full SHA for 4405dc6
Dockerfile
@@ -22,7 +22,7 @@ RUN go mod download
22
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags="-w -s -X 'main.TibiaDataBuildBuilder=${TibiaDataBuildBuilder}' -X 'main.TibiaDataBuildRelease=${TibiaDataBuildRelease}' -X 'main.TibiaDataBuildCommit=${TibiaDataBuildCommit}'" -o app ./...
23
24
25
-# get latest alpine container
+# get alpine container
26
FROM alpine:3.19.1
27
28
# create nonroot user
0 commit comments