Update golang verion within Dockerfile.dev

This commit is contained in:
Nathan Lacey 2026-02-10 13:33:44 -05:00
parent 4cf9a4997b
commit 7095d8a4f2
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
FROM golang:1.25.6 FROM golang:1.25.7
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y npm && \ apt-get install -y npm && \