v1.0.3 - oppdatering av eksterne pakker

This commit is contained in:
pigwin
2026-02-12 09:30:13 +00:00
parent 5b840950c8
commit 4c94654e0a
9 changed files with 15 additions and 398 deletions

View File

@@ -1,5 +1,5 @@
# Use the official Golang image as the base image
FROM golang:1.23.4
FROM golang:1.26.0
# Set the Current Working Directory inside the container
WORKDIR /app