Skip to content
Snippets Groups Projects
Commit 61fcb6a7 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

change docker image

parent 9364595f
No related branches found
No related tags found
1 merge request!90Develop
Pipeline #67429 failed
......@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y git
RUN git config --global url."https://$GITLAB_USER:$GITLAB_TOKEN@code.fbi.h-da.de".insteadOf "https://code.fbi.h-da.de"
RUN GOOS=linux go build $BUILDARGS ./cmd/gosdn
FROM alpine:latest
FROM debian:latest
EXPOSE 8080
EXPOSE 55055
COPY --from=builder /src/gosdn/gosdn .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment