Skip to content

Commit

Permalink
fix: go version error (flipped-aurora#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
carr0t2 authored Nov 30, 2022
1 parent dd534b7 commit 5661b40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL = /bin/bash

#SCRIPT_DIR = $(shell pwd)/etc/script
#请选择golang版本
BUILD_IMAGE_SERVER = golang:1.16
BUILD_IMAGE_SERVER = golang:1.18
#请选择node版本
BUILD_IMAGE_WEB = node:16
#项目名称
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker-compose/docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
ipv4_address: 177.7.0.11

server:
image: golang:1.16
image: golang:1.18
container_name: gva-server
hostname: gva-server
restart: always
Expand Down

0 comments on commit 5661b40

Please sign in to comment.