Skip to content

Commit

Permalink
Update golang Docker tag to v1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2024
1 parent f6e198f commit e8fed97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.5 as build
FROM golang:1.22.2 as build

WORKDIR /work
COPY . .
Expand All @@ -11,7 +11,7 @@ COPY --from=build /work/digicore_v3_backend /

CMD ["/digicore_v3_backend"]

FROM golang:1.20.5 as admin
FROM golang:1.22.2 as admin

WORKDIR "/app"
RUN go install github.com/k0kubun/sqldef/cmd/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.develop
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.5 as development
FROM golang:1.22.2 as development

WORKDIR "/app"
COPY go.mod go.sum ./
Expand All @@ -9,7 +9,7 @@ COPY . .

CMD ["air", "-c", "./config/.air.toml"]

FROM golang:1.20.5 as admin
FROM golang:1.22.2 as admin

WORKDIR "/app"
RUN go install github.com/k0kubun/sqldef/cmd/[email protected]
Expand Down

0 comments on commit e8fed97

Please sign in to comment.