Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
build: next version will be 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
upsetbit committed May 12, 2022
1 parent 047e8e8 commit b5c356e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions images/edge/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
FROM caian/sample-devcontainer:0.2.1-full
FROM caian/sample-devcontainer:0.3.0-full

ARG DOCKER_DEFAULT_USER=turing
ENV DOCKER_DEFAULT_USER $DOCKER_DEFAULT_USER

USER ${DOCKER_DEFAULT_USER}

RUN brew update \
# just upgrade all brew packages
RUN eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" \
&& brew update \
&& brew upgrade
2 changes: 1 addition & 1 deletion images/full/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM caian/sample-devcontainer:0.2.1-bare
FROM caian/sample-devcontainer:0.3.0-bare

ARG DOCKER_DEFAULT_USER=turing
ENV DOCKER_DEFAULT_USER $DOCKER_DEFAULT_USER
Expand Down

0 comments on commit b5c356e

Please sign in to comment.