We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbf60a6 + 2db935e commit 1d087a9Copy full SHA for 1d087a9
Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM docker.io/golang:1.25.4-alpine@sha256:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb
+FROM docker.io/golang:1.25.5-alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9
16
17
RUN apk add --no-cache curl git make && rm -rf /var/cache/apk/*
18
go.mod
@@ -2,7 +2,7 @@ module github.com/etcd-io/auger
2
3
go 1.25
4
5
-toolchain go1.25.4
+toolchain go1.25.5
6
7
require (
8
github.com/google/safetext v0.0.0-20220914124124-e18e3fe012bf
0 commit comments