Skip to content

Commit

Permalink
[UPD] Atualizando para o Alpine 3.20.2 e adaptando o arquivo para pad…
Browse files Browse the repository at this point in the history
…ronização que o Docker está recomendando como 'Warnings' ao fazer o 'docker build'.
  • Loading branch information
mbcosta committed Aug 1, 2024
1 parent cbe4a83 commit 95c645e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.20.0
MAINTAINER "raphael.valyi@akretion.com"
FROM alpine:3.20.2
LABEL org.opencontainers.image.authors="raphael.valyi@akretion.com"

WORKDIR /usr/src/app
COPY . .
Expand Down Expand Up @@ -28,4 +28,4 @@ RUN bundle config --global frozen 1 && bundle install

EXPOSE 9292
USER app
CMD bundle exec puma config.ru
CMD ["bundle", "exec", "puma", "config.ru"]

0 comments on commit 95c645e

Please sign in to comment.