This commit is contained in:
parent
54c35c88dc
commit
931aa46b4c
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.23
|
FROM golang:1.24.2
|
||||||
|
|
||||||
# Install git and nodejs
|
# Install git and nodejs
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
@ -10,3 +10,4 @@ RUN apt-get update && apt-get install -y \
|
|||||||
|
|
||||||
# Verify installations
|
# Verify installations
|
||||||
RUN git --version && node --version && npm --version
|
RUN git --version && node --version && npm --version
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user