Skip to content

Commit

Permalink
Start use quay.io/travelping/alpine-erlang:23.3 for 3.X
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba committed Jun 25, 2021
1 parent a127d79 commit f926f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -- build-environment --
# see https://docs.docker.com/engine/userguide/eng-image/multistage-build/

FROM quay.io/travelping/alpine-erlang:24.0 AS build-env
FROM quay.io/travelping/alpine-erlang:23.3 AS build-env

WORKDIR /build
RUN apk update && apk --no-cache upgrade && \
Expand Down Expand Up @@ -30,7 +30,7 @@ FROM alpine:3.14
WORKDIR /
RUN apk update && \
apk --no-cache upgrade && \
apk --no-cache add libgcc libstdc++ zlib ncurses-libs libcrypto1.1 lksctp-tools tini yaml
apk --no-cache add zlib ncurses-libs libcrypto1.1 lksctp-tools tini yaml
COPY docker/docker-entrypoint.sh /
COPY config/ergw-c-node.config /etc/ergw-c-node/

Expand Down

0 comments on commit f926f86

Please sign in to comment.