Skip to content

Commit

Permalink
fix: Upgrade golang docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
rbermudezg authored and tobbee committed Nov 1, 2024
1 parent e8f66ae commit e19dd97
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
Expand Up @@ -7,7 +7,7 @@
# Run as "docker run -p 8888:8888 livesim2"

# Build Stage
FROM golang:1.21.3-alpine3.18 AS BuildStage
FROM golang:1.23.1-alpine3.20 AS buildstage
WORKDIR /work
COPY . .
RUN go mod download
Expand Down

0 comments on commit e19dd97

Please sign in to comment.