Skip to content

Commit

Permalink
DD-18: updated the base image in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
slr71 committed Mar 1, 2024
1 parent b0f6402 commit 3148f13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine
FROM golang:1.21-alpine

RUN apk add --no-cache git

Expand All @@ -17,4 +17,3 @@ COPY --from=0 /src/de-mailer/de-mailer /bin/de-mailer
COPY --from=0 /src/de-mailer/templates /app/templates

ENTRYPOINT ["de-mailer"]

0 comments on commit 3148f13

Please sign in to comment.