Skip to content

Commit

Permalink
changed dokcer base image to 1.21-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
somnathbm committed Dec 20, 2024
1 parent 6d8cc03 commit 66f5851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:alpine AS build
FROM golang:1.21-alpine AS build
WORKDIR /app

COPY go.mod go.sum ./
Expand Down

0 comments on commit 66f5851

Please sign in to comment.