chore(devops): update compose go and nodejs version

This commit is contained in:
leandrofars 2023-12-02 10:35:26 -03:00
parent 76b0371d5c
commit bdc8ddb588

View File

@ -1,7 +1,7 @@
services: services:
oktopustr369: oktopustr369:
image: 'golang:1.18' image: 'golang:1.21.4'
container_name: oktopustr369 container_name: oktopustr369
tty: true tty: true
stdin_open: true stdin_open: true
@ -32,7 +32,7 @@ services:
ipv4_address: 172.16.235.3 ipv4_address: 172.16.235.3
mochi: mochi:
image: 'golang:1.18' image: 'golang:1.21.4'
container_name: mochi container_name: mochi
tty: true tty: true
stdin_open: true stdin_open: true
@ -48,7 +48,7 @@ services:
ipv4_address: 172.16.235.4 ipv4_address: 172.16.235.4
socketio: socketio:
image: 'node:14.20' image: 'node:16.20.2'
container_name: socketio container_name: socketio
tty: true tty: true
stdin_open: true stdin_open: true