Skip to content

Commit e866f0d

Browse files
committed
Fix Dockerfile
1 parent a640403 commit e866f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22-alpine AS build
1+
FROM golang:1.24-alpine AS build
22
RUN apk add --no-cache git
33
WORKDIR /src/bdo-rest-api
44
COPY . .

0 commit comments

Comments
 (0)