Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Upgrade Meemof from v1.13.0 to v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Dec 8, 2020
1 parent 0abe871 commit 37ff660
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
ARG ALPINE_VERSION=3.12

# Using amd64 to build faster and without error the final javascript code
FROM --platform=linux/amd64 alpine:${ALPINE_VERSION} AS builder
ARG MEEMO_VERSION=v1.13.0
ARG MEEMO_VERSION=v1.13.1
RUN apk add -q --progress --update npm git
RUN mkdir /tmp/download /tmp/build && \
cd /tmp/download && \
Expand Down

0 comments on commit 37ff660

Please sign in to comment.