chore: fix integration tests

This commit is contained in:
Johan Siebens
2024-01-09 10:00:02 +00:00
parent 7e1d90590d
commit 3118d2e573
3 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -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/*
+1 -1
View File
@@ -22,7 +22,7 @@ import (
"time"
)
const DefaultTargetVersion = "1.56.0"
const DefaultTargetVersion = "stable"
var (
setupOnce sync.Once