Skip to content

Commit

Permalink
added grpc call to stagetime server
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Feb 12, 2024
1 parent 39e30c1 commit 49cd770
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM golang:1.21.1 AS compiler
FROM golang:1.21.4 AS compiler
LABEL maintainer="Patrick Hermann [email protected]"
LABEL org.opencontainers.image.source https://github.com/stuttgart-things/sthingsSlides

WORKDIR $GOPATH/src/github.com/stuttgart-things/sthingsslides
WORKDIR $GOPATH/src/github.com/stuttgart-things/sthingsSlides
COPY . .

ENV GO111MODULE on
Expand Down

0 comments on commit 49cd770

Please sign in to comment.