mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-08 13:24:44 +00:00
chore(olcrtc): Use fully qualified Docker image references
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
set -e
|
||||
|
||||
CONTAINER_NAME="olcrtc-client"
|
||||
IMAGE_NAME="golang:1.23-alpine"
|
||||
IMAGE_NAME="docker.io/library/golang:1.23-alpine"
|
||||
REPO_URL="https://github.com/zarazaex69/olcrtc.git"
|
||||
WORK_DIR="/tmp/olcrtc-client"
|
||||
SOCKS_PORT="8808"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
set -e
|
||||
|
||||
CONTAINER_NAME="olcrtc-server"
|
||||
IMAGE_NAME="golang:1.23-alpine"
|
||||
IMAGE_NAME="docker.io/library/golang:1.23-alpine"
|
||||
REPO_URL="https://github.com/zarazaex69/olcrtc.git"
|
||||
WORK_DIR="/tmp/olcrtc-deploy"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user