Skip to content

Commit

Permalink
chore(update): Cloudflared 2023.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
visibilityspots committed Mar 3, 2023
1 parent 6ff8596 commit 65e7019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 65e7019

Please sign in to comment.