forked from Deuxfleurs/nixcfg
update alps
This commit is contained in:
parent
724f0ccfec
commit
5bed1e66db
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.15.6-buster as builder
|
||||
FROM golang:1.19.3-buster as builder
|
||||
|
||||
ARG VERSION
|
||||
|
||||
|
|
|
@ -14,8 +14,8 @@ services:
|
|||
build:
|
||||
context: ./alps
|
||||
args:
|
||||
VERSION: 9bafa64b9d
|
||||
image: superboum/amd64_alps:v1
|
||||
VERSION: bf9ccc6ed17e8b50a230e9f5809d820e9de8562f
|
||||
image: lxpz/amd64_alps:v4
|
||||
|
||||
dovecot:
|
||||
build:
|
||||
|
|
|
@ -406,7 +406,7 @@ job "email" {
|
|||
task "main" {
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "lxpz/alps_amd64:v2"
|
||||
image = "lxpz/amd64_alps:v4"
|
||||
readonly_rootfs = true
|
||||
ports = [ "alps_web_port" ]
|
||||
args = [
|
||||
|
|
Loading…
Reference in a new issue