We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a049824 commit e67354fCopy full SHA for e67354f
Makefile
@@ -2,7 +2,7 @@ SHELL = /bin/bash
2
3
#SCRIPT_DIR = $(shell pwd)/etc/script
4
#请选择golang版本
5
-BUILD_IMAGE_SERVER = golang:1.16
+BUILD_IMAGE_SERVER = golang:1.18
6
#请选择node版本
7
BUILD_IMAGE_WEB = node:16
8
#项目名称
deploy/docker-compose/docker-compose-dev.yaml
@@ -34,7 +34,7 @@ services:
34
ipv4_address: 177.7.0.11
35
36
server:
37
- image: golang:1.16
+ image: golang:1.18
38
container_name: gva-server
39
hostname: gva-server
40
restart: always
0 commit comments