Skip to content

Commit

Permalink
fix dockerfile golang 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kfrico committed Mar 17, 2023
1 parent f7defd4 commit 2ab9c39
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 @@ -6,7 +6,7 @@ RUN cd /go/src/ && git clone https://github.com/orzhaha/cassandra-web.git
RUN cd /go/src/cassandra-web/client && npm i && npm run build

# build server stage
FROM golang:1.17.9-alpine AS build-server-env
FROM golang:1.20.2-alpine AS build-server-env

RUN apk add --no-cache git

Expand Down

0 comments on commit 2ab9c39

Please sign in to comment.