File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG PG_VERSION=15.8
2
2
ARG PG_MAJOR_VERSION=15
3
3
ARG VERSION=custom
4
4
5
- FROM golang:1.20
5
+ FROM golang:1.23
6
6
7
7
WORKDIR /go/src/github.com/fly-apps/fly-postgres
8
8
COPY . .
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG PG_VERSION=15.8
2
2
ARG PG_MAJOR_VERSION=15
3
3
ARG VERSION=custom
4
4
5
- FROM golang:1.20
5
+ FROM golang:1.23
6
6
7
7
WORKDIR /go/src/github.com/fly-apps/fly-postgres
8
8
COPY . .
Original file line number Diff line number Diff line change 1
1
ARG PG_VERSION=16.4
2
2
ARG PG_MAJOR_VERSION=16
3
- ARG VERSION=custom
3
+ ARG VERSION=v0.0.63
4
4
5
- FROM golang:1.20 AS builder
5
+ FROM golang:1.23 AS builder
6
6
7
7
WORKDIR /go/src/github.com/fly-apps/fly-postgres
8
8
COPY . .
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG PG_VERSION=16.4
2
2
ARG PG_MAJOR_VERSION=16
3
3
ARG VERSION=custom
4
4
5
- FROM golang:1.20 AS builder
5
+ FROM golang:1.23 AS builder
6
6
7
7
WORKDIR /go/src/github.com/fly-apps/fly-postgres
8
8
COPY . .
You can’t perform that action at this time.
0 commit comments