Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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 app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23-alpine as builder
FROM golang:1.25-alpine as builder

ARG DIR=${GOPATH}/src/deliveroo/platform-code-test-app
RUN mkdir -p ${DIR}
Expand Down
2 changes: 1 addition & 1 deletion app/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/deliveroo/platform-code-test-app

go 1.23
go 1.25

require (
github.com/caarlos0/env/v6 v6.3.0
Expand Down
Loading