Skip to content

Commit d746234

Browse files
committed
Ah, use correct image
1 parent 3bd6a3a commit d746234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ COPY . /app/
1111
RUN cd /app && gleam export erlang-shipment
1212

1313
# Final stage
14-
FROM erlang:${ERLANG_VERSION}
14+
FROM erlang:${ERLANG_VERSION}-alpine
1515
ARG GIT_SHA
1616
ARG BUILD_TIME
1717
ENV GIT_SHA=${GIT_SHA}
1818
ENV BUILD_TIME=${BUILD_TIME}
1919
RUN \
2020
addgroup --system gleam_packages && \
21-
adduser --system gleam_packages --group gleam_packages
21+
adduser --system gleam_packages -g gleam_packages
2222
COPY --from=build /app/build/erlang-shipment /app
2323
VOLUME /app/data
2424
LABEL org.opencontainers.image.source=https://github.com/gleam-lang/packages

0 commit comments

Comments
 (0)