Skip to content

Commit e0317ce

Browse files
authored
Merge pull request #49 from malwarebo/dependabot/docker/golang-1.26-alpine
docker(deps): bump golang from 1.24-alpine to 1.26-alpine
2 parents ed7d789 + a21cf9f commit e0317ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Start from the official Golang image
2-
FROM golang:1.24-alpine AS builder
2+
FROM golang:1.26-alpine AS builder
33

44
# Set the working directory inside the container
55
WORKDIR /app

0 commit comments

Comments
 (0)