Skip to content

Commit

Permalink
Merge pull request #3 from jadolg/update-go-1.22
Browse files Browse the repository at this point in the history
Update Go to 1.22
  • Loading branch information
jadolg authored Feb 10, 2024
2 parents 7e470e9 + eb890d4 commit 3008f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS build
FROM golang:1.22-alpine AS build

RUN adduser --uid 10000 --disabled-password antivax

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module antivax

go 1.21
go 1.22

require (
github.com/sirupsen/logrus v1.9.3
Expand Down

0 comments on commit 3008f15

Please sign in to comment.