mirror of
https://github.com/jrasanen/writefreely-docker.git
synced 2025-02-05 17:02:46 +02:00
downgrade go
This commit is contained in:
parent
c2021cb6e8
commit
a952c575fe
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
## You should have received a copy of the GNU General Public License
|
## You should have received a copy of the GNU General Public License
|
||||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
ARG GOLANG_VERSION=1.18
|
ARG GOLANG_VERSION=1.17
|
||||||
|
|
||||||
# Build image
|
# Build image
|
||||||
FROM golang:${GOLANG_VERSION}-alpine as build
|
FROM golang:${GOLANG_VERSION}-alpine as build
|
||||||
|
|
Loading…
Add table
Reference in a new issue