Skip to content

Commit

Permalink
Updated Dockerfile to correctly build arm64 image
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Nov 25, 2024
1 parent 26e7995 commit 44a8f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13-alpine as builder
FROM golang:1.23-alpine as builder

# Setup
RUN mkdir -p /go/src/github.com/thomseddon/traefik-forward-auth
Expand Down

0 comments on commit 44a8f37

Please sign in to comment.