Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-GHaun committed Jun 29, 2023
1 parent 504fb51 commit 4bd1c3d
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:latest as builder
FROM golang:1.20-bullseye as builder
WORKDIR /ticketservice
COPY go.* ./
RUN go mod download
Expand Down

0 comments on commit 4bd1c3d

Please sign in to comment.