Skip to content

Commit

Permalink
feat: increase docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
WendelHime committed Dec 17, 2024
1 parent 8672abc commit 5fec147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.3
FROM --platform=$BUILDPLATFORM golang:1.21-alpine as builder
FROM --platform=$BUILDPLATFORM golang:1.22-alpine as builder
ARG TARGETOS TARGETARCH

WORKDIR $GOPATH/src/getlantern/http-proxy-lantern/
Expand Down

0 comments on commit 5fec147

Please sign in to comment.