mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-02-16 10:31:01 -06:00
Update Go version to 1.23.6 in Dockerfiles and go.mod
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# To make sure we have the deno and golang binaries
|
||||
FROM denoland/deno:debian-2.1.9 AS deno
|
||||
FROM golang:1.23.1-bookworm AS golang
|
||||
FROM golang:1.23.6-bookworm AS golang
|
||||
|
||||
# Set the base image
|
||||
FROM debian:12.7
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# To make sure we have the deno and golang binaries
|
||||
FROM denoland/deno:debian-2.1.9 AS deno
|
||||
FROM golang:1.23.1-bookworm AS golang
|
||||
FROM golang:1.23.6-bookworm AS golang
|
||||
|
||||
# Set the base image
|
||||
FROM debian:12.7
|
||||
|
||||
Reference in New Issue
Block a user