mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-03-31 15:07:49 +01:00
chore: fix integration tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
ARG TAILSCALE_VERSION
|
||||
|
||||
FROM tailscale/tailscale:v${TAILSCALE_VERSION} as src
|
||||
FROM alpine:3.14.0
|
||||
FROM tailscale/tailscale:${TAILSCALE_VERSION} as src
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk update && apk add ca-certificates openssh curl && rm -rf /var/cache/apk/*
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
const DefaultTargetVersion = "1.56.0"
|
||||
const DefaultTargetVersion = "stable"
|
||||
|
||||
var (
|
||||
setupOnce sync.Once
|
||||
|
||||
Reference in New Issue
Block a user