Browse Source

Specify lottieconverter docker tag

Tulir Asokan 2 years ago
parent
commit
2421cd7817
3 changed files with 3 additions and 3 deletions
  1. 1 1
      Dockerfile
  2. 1 1
      Dockerfile.ci
  3. 1 1
      Dockerfile.dev

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM dock.mau.dev/tulir/lottieconverter AS lottie
+FROM dock.mau.dev/tulir/lottieconverter:alpine-3.17 AS lottie
 
 FROM golang:1-alpine3.17 AS builder
 

+ 1 - 1
Dockerfile.ci

@@ -1,4 +1,4 @@
-FROM dock.mau.dev/tulir/lottieconverter AS lottie
+FROM dock.mau.dev/tulir/lottieconverter:alpine-3.17 AS lottie
 
 FROM alpine:3.17
 

+ 1 - 1
Dockerfile.dev

@@ -1,4 +1,4 @@
-FROM dock.mau.dev/tulir/lottieconverter AS lottie
+FROM dock.mau.dev/tulir/lottieconverter:alpine-3.17 AS lottie
 
 FROM golang:1-alpine3.17 AS builder