Skip to content

Commit

Permalink
revert golang base image
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreylimnardy committed Jul 23, 2024
1 parent 5f9b6d8 commit 7c4b60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.5-bookworm AS build
FROM golang:1.22.5 AS build

WORKDIR /src/
COPY main.go go.* /src/
Expand Down

0 comments on commit 7c4b60e

Please sign in to comment.