Skip to content

Commit

Permalink
Revert base image in the Dockerfile (#126)
Browse files Browse the repository at this point in the history
golang:alpine => golang:latest
  • Loading branch information
mstmdev authored Mar 31, 2023
1 parent ff8a42e commit 21e6235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:alpine AS build
FROM golang:latest AS build

WORKDIR /gowork

Expand Down
2 changes: 1 addition & 1 deletion scripts/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# git pull --no-rebase

# update the latest golang image
docker pull golang:alpine
docker pull golang:latest

# set GOPROXY environment variable
# GOPROXY=https://goproxy.cn
Expand Down

0 comments on commit 21e6235

Please sign in to comment.