Skip to content

Commit

Permalink
ADded 3.11 upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jan 9, 2020
1 parent bf0177a commit 1eb6198
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 3.11/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
FROM alpine:3.11

MAINTAINER Milan Sulc <[email protected]>

ENV TERM xterm

ENV USER_UID 1000
ENV USER_NAME dfx
ENV USER_HOME /home/dfx

RUN apk update && \
apk upgrade && \
adduser -D -u $USER_UID $USER_NAME && \
rm -rf /var/cache/apk/*

CMD ["/bin/sh"]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Base docker image based on Alpine Linux.
| Alpine | Image | Docker Hub |
|--------|-------------------------|------------|
| edge | `dockette/alpine:edge` | [edge](https://hub.docker.com/r/dockette/alpine) |
| v3.10 | `dockette/alpine:v3.11` | [v3.11](https://hub.docker.com/r/dockette/alpine) |
| v3.10 | `dockette/alpine:v3.10` | [v3.10](https://hub.docker.com/r/dockette/alpine) |
| v3.9 | `dockette/alpine:v3.9` | [v3.9](https://hub.docker.com/r/dockette/alpine) |
| v3.8 | `dockette/alpine:v3.8` | [v3.8](https://hub.docker.com/r/dockette/alpine) |
Expand Down

0 comments on commit 1eb6198

Please sign in to comment.