Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG APPLICATION=dip \
VERSION=0.1.0-rc.1

FROM golang:1.24.5-alpine as builder
FROM golang:1.26.5-alpine as builder
ARG APPLICATION \
VERSION
RUN adduser -D -g '' ${APPLICATION}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/030/dip

go 1.24.5
go 1.26.5

require (
github.com/levigross/grequests v0.0.0-20221222020224-9eee758d18d5
Expand Down