Skip to content

Commit 4405dc6

Browse files
committed
update Dockerfile comment
rel #322
1 parent 56c0bf5 commit 4405dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN go mod download
2222
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 ./...
2323

2424

25-
# get latest alpine container
25+
# get alpine container
2626
FROM alpine:3.19.1
2727

2828
# create nonroot user

0 commit comments

Comments
 (0)