We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d00964e + dec65b9 commit ebb2e6aCopy full SHA for ebb2e6a
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.2-alpine@sha256:06cdd34bd531b810650e47762c01e025eb9b1c7eadd191553b91c9f2d549fae8
+FROM docker.io/golang:1.25.3-alpine@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34
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.2
+toolchain go1.25.3
6
7
require (
8
github.com/google/safetext v0.0.0-20220914124124-e18e3fe012bf
0 commit comments