Skip to content

Commit 502641a

Browse files
committed
Set go version in dockerfiles
1 parent dd3bcbb commit 502641a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pg15/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG PG_VERSION=15.8
22
ARG PG_MAJOR_VERSION=15
33
ARG VERSION=custom
44

5-
FROM golang:1.20
5+
FROM golang:1.23
66

77
WORKDIR /go/src/github.com/fly-apps/fly-postgres
88
COPY . .

pg15/Dockerfile-timescaledb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG PG_VERSION=15.8
22
ARG PG_MAJOR_VERSION=15
33
ARG VERSION=custom
44

5-
FROM golang:1.20
5+
FROM golang:1.23
66

77
WORKDIR /go/src/github.com/fly-apps/fly-postgres
88
COPY . .

pg16/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ARG PG_VERSION=16.4
22
ARG PG_MAJOR_VERSION=16
3-
ARG VERSION=custom
3+
ARG VERSION=v0.0.63
44

5-
FROM golang:1.20 AS builder
5+
FROM golang:1.23 AS builder
66

77
WORKDIR /go/src/github.com/fly-apps/fly-postgres
88
COPY . .

pg16/Dockerfile-timescaledb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG PG_VERSION=16.4
22
ARG PG_MAJOR_VERSION=16
33
ARG VERSION=custom
44

5-
FROM golang:1.20 AS builder
5+
FROM golang:1.23 AS builder
66

77
WORKDIR /go/src/github.com/fly-apps/fly-postgres
88
COPY . .

0 commit comments

Comments
 (0)