Skip to content

Commit 4971ad7

Browse files
docker: upgrade docker image
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
1 parent e3766e8 commit 4971ad7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:alpine3.16
1+
FROM golang:alpine3.19
22
LABEL maintainer="Vincenzo Palazzo (@vincenzopalazzo) vincenzopalazzodev@gmail.com"
33

44
workdir lnlambda
@@ -7,4 +7,4 @@ COPY . .
77

88
RUN go get -d ./...
99

10-
CMD [ "go", "run", "main.go" ]
10+
CMD [ "go", "run", "main.go" ]

0 commit comments

Comments
 (0)