Skip to content

Commit

Permalink
Merge branch 'main' into add-normalized-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
severindellsperger committed Jun 13, 2024
2 parents 71d29ad + 0c4e32c commit 3b7e336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18 AS build_base
FROM golang:1.21 AS build_base

ARG SERVICE_NAME

Expand All @@ -19,4 +19,4 @@ LABEL maintainer="Julian Klaiber <[email protected]>"

WORKDIR /app
COPY --from=build_base /app/service /app/service
ENTRYPOINT ["/app/service"]
ENTRYPOINT ["/app/service"]

0 comments on commit 3b7e336

Please sign in to comment.