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
|
ARG VERSION
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./alps
|
context: ./alps
|
||||||
args:
|
args:
|
||||||
VERSION: 9bafa64b9d
|
VERSION: bf9ccc6ed17e8b50a230e9f5809d820e9de8562f
|
||||||
image: superboum/amd64_alps:v1
|
image: lxpz/amd64_alps:v4
|
||||||
|
|
||||||
dovecot:
|
dovecot:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -406,7 +406,7 @@ job "email" {
|
||||||
task "main" {
|
task "main" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "lxpz/alps_amd64:v2"
|
image = "lxpz/amd64_alps:v4"
|
||||||
readonly_rootfs = true
|
readonly_rootfs = true
|
||||||
ports = [ "alps_web_port" ]
|
ports = [ "alps_web_port" ]
|
||||||
args = [
|
args = [
|
||||||
|
|
Loading…
Reference in a new issue