mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2026-04-11 15:26:19 +00:00
build(deps): bump golang in /docker
Bumps golang from 1.25-alpine3.23 to 1.26-alpine3.23. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-alpine3.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
# Pull the current golang-alpine image.
|
||||
FROM golang:1.25-alpine3.23 AS awg-go
|
||||
FROM golang:1.26-alpine3.23 AS awg-go
|
||||
|
||||
# Install build-dependencies.
|
||||
RUN apk add --no-cache \
|
||||
|
||||
Reference in New Issue
Block a user