Skip to content

Commit

Permalink
docker: upgrade docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed May 8, 2024
1 parent e3766e8 commit 4971ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:alpine3.16
FROM golang:alpine3.19
LABEL maintainer="Vincenzo Palazzo (@vincenzopalazzo) [email protected]"

workdir lnlambda
Expand All @@ -7,4 +7,4 @@ COPY . .

RUN go get -d ./...

CMD [ "go", "run", "main.go" ]
CMD [ "go", "run", "main.go" ]

0 comments on commit 4971ad7

Please sign in to comment.