mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-10 06:14:43 +00:00
build: bump golang image from 1.25 to 1.26
This commit is contained in:
@@ -7,7 +7,7 @@ set -e
|
||||
|
||||
PODMAN_ID=$(tr -dc 'a-z0-9' </dev/urandom | head -c 8)
|
||||
CONTAINER_NAME="olcrtc-client-$PODMAN_ID"
|
||||
IMAGE_NAME="docker.io/library/golang:1.25-alpine3.22"
|
||||
IMAGE_NAME="docker.io/library/golang:1.26-alpine3.22"
|
||||
REPO_URL="https://github.com/openlibrecommunity/olcrtc.git"
|
||||
WORK_DIR="/tmp/olcrtc-client-$PODMAN_ID"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ set -e
|
||||
|
||||
PODMAN_ID=$(tr -dc 'a-z0-9' </dev/urandom | head -c 8)
|
||||
CONTAINER_NAME="olcrtc-server-$PODMAN_ID"
|
||||
IMAGE_NAME="docker.io/library/golang:1.25-alpine3.22"
|
||||
IMAGE_NAME="docker.io/library/golang:1.26-alpine3.22"
|
||||
REPO_URL="https://github.com/openlibrecommunity/olcrtc.git"
|
||||
WORK_DIR="/tmp/olcrtc-deploy-$PODMAN_ID"
|
||||
BRANCH="master"
|
||||
|
||||
Reference in New Issue
Block a user