mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-31 10:07:20 +01:00
chore(deps): update golang docker tag to v1.23
This commit is contained in:
committed by
Alexis Couvreur
parent
d06a81b486
commit
858943c3f4
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.22 AS build
|
||||
FROM golang:1.23 AS build
|
||||
|
||||
ADD https://github.com/tinygo-org/tinygo/releases/download/v0.32.0/tinygo_0.32.0_amd64.deb tinygo_amd64.deb
|
||||
RUN dpkg -i tinygo_amd64.deb
|
||||
|
||||
Reference in New Issue
Block a user