Skip to content

Commit 486a93d

Browse files
remove debugging - revert to scratch
1 parent f0f567d commit 486a93d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
2323
CGO_ENABLED=0 go build -ldflags="-s -w" -o data-server .
2424
RUN mkdir -p /schemas
2525

26-
#FROM scratch
27-
FROM alpine:latest
26+
FROM scratch
2827
ARG UID=10000
2928
# add-in our timezone data file
3029
COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo

0 commit comments

Comments
 (0)