Skip to content

Commit 1b118b7

Browse files
authored
Use ubi micro (#129)
1 parent 79922df commit 1b118b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY . .
55
RUN go mod download
66
RUN CGO_ENABLED=0 go build -a -o gopher64-netplay-server .
77

8-
FROM registry.access.redhat.com/ubi10/ubi-minimal:latest
8+
FROM registry.access.redhat.com/ubi10/ubi-micro:latest
99
WORKDIR /
1010

1111
COPY --from=builder /workspace/gopher64-netplay-server .

0 commit comments

Comments
 (0)