diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index afd7e8a..f01c3e4 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -53,4 +53,4 @@ jobs: push: true tags: | visibilityspots/cloudflared:latest - visibilityspots/cloudflared:2023.2.2-alpine-3.17 + visibilityspots/cloudflared:2023.3.0-alpine-3.17 diff --git a/Dockerfile b/Dockerfile index 2718020..5805300 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG GOLANG_VERSION=1.19.6 ARG ALPINE_VERSION=3.17 -ARG UPSTREAM_RELEASE_TAG=2023.2.2 +ARG UPSTREAM_RELEASE_TAG=2023.3.0 FROM golang:${GOLANG_VERSION}-alpine${ALPINE_VERSION} as gobuild ARG GOLANG_VERSION