mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
chore(deps): update golang docker tag to v1.23
This commit is contained in:
committed by
Alexis Couvreur
parent
28dc33694b
commit
76304993cf
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.22 AS build
|
FROM golang:1.23 AS build
|
||||||
|
|
||||||
RUN mkdir -p /etc/sablier/themes
|
RUN mkdir -p /etc/sablier/themes
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|||||||
@@ -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
|
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
|
RUN dpkg -i tinygo_amd64.deb
|
||||||
|
|||||||
Reference in New Issue
Block a user