Skip to content

Commit

Permalink
Merge pull request #86 from crazy-max/update
Browse files Browse the repository at this point in the history
Cloudflared 2023.3.1
  • Loading branch information
crazy-max authored Apr 10, 2023
2 parents e1785d3 + fec544b commit cb54dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# syntax=docker/dockerfile:1

ARG CLOUDFLARED_VERSION=2022.12.1
ARG CLOUDFLARED_VERSION=2023.3.1
ARG ALPINE_VERSION=3.17
ARG GO_VERSION=1.19
ARG XX_VERSION=1.1.2
ARG XX_VERSION=1.2.1

FROM --platform=${BUILDPLATFORM:-linux/amd64} tonistiigi/xx:${XX_VERSION} AS xx
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:${GO_VERSION}-alpine AS builder
Expand Down

0 comments on commit cb54dd5

Please sign in to comment.