tangled
alpha
login
or
join now
atscan.net
/
plcbundle-go
1
fork
atom
[DEPRECATED] Go implementation of plcbundle
1
fork
atom
overview
issues
pulls
pipelines
go version in dockerfile
tree.fail
4 months ago
0a93b6e3
4994f1b8
+1
-1
1 changed file
expand all
collapse all
unified
split
Dockerfile
+1
-1
Dockerfile
···
1
1
# syntax=docker/dockerfile:1
2
2
3
3
-
FROM golang:1.22-alpine AS builder
3
3
+
FROM golang:1.25.3-alpine AS builder
4
4
5
5
RUN apk add --no-cache git gcc musl-dev zstd-dev
6
6