Skip to content

Commit

Permalink
Upgrade base image to Alpine version 3.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Oct 18, 2021
1 parent 15da6e8 commit b816296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY decktape.js ./

RUN npm install

FROM alpine:3.11.2
FROM alpine:3.14.2

ENV TERM xterm-color

Expand Down

0 comments on commit b816296

Please sign in to comment.