Skip to content

Commit

Permalink
dotnet: Bump base images to the latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Castello <[email protected]>
  • Loading branch information
microhobby committed Feb 28, 2024
1 parent 73a7613 commit aba505c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion aspnetBlazor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.0-8.0
ARG BASE_VERSION=3.1.0-8.0.2

##
# Directory of the application inside container
Expand Down
6 changes: 3 additions & 3 deletions aspnetBlazor/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.0-8.0
ARG BASE_VERSION=3.1.0-8.0.2

##
# Directory of the application inside container
Expand Down Expand Up @@ -85,8 +85,8 @@ RUN mkdir /var/run/sshd && \
RUN rm -r /etc/ssh/ssh*key && \
dpkg-reconfigure openssh-server

# Copy the compiled application to the $APP_ROOT directory path inside the
# container, where $APP_ROOT is the torizon_app_root configuration defined
# Copy the compiled application to the $APP_ROOT directory path inside the
# container, where $APP_ROOT is the torizon_app_root configuration defined
# in settings.json.
COPY ./bin/Debug/net8.0/linux-${IMAGE_ARCH}/publish ${APP_ROOT}

Expand Down
2 changes: 1 addition & 1 deletion dotnetConsole/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.0-8.0
ARG BASE_VERSION=3.1.0-8.0.2

##
# Directory of the application inside container
Expand Down
6 changes: 3 additions & 3 deletions dotnetConsole/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.0.0-8.0
ARG BASE_VERSION=3.1.0-8.0.2

##
# Directory of the application inside container
Expand Down Expand Up @@ -86,8 +86,8 @@ RUN mkdir /var/run/sshd && \
RUN rm -r /etc/ssh/ssh*key && \
dpkg-reconfigure openssh-server

# Copy the compiled application to the $APP_ROOT directory path inside the
# container, where $APP_ROOT is the torizon_app_root configuration defined
# Copy the compiled application to the $APP_ROOT directory path inside the
# container, where $APP_ROOT is the torizon_app_root configuration defined
# in settings.json.
COPY --chown=$SSHUSERNAME:$SSHUSERNAME ./bin/Debug/net8.0/linux-${IMAGE_ARCH}/publish ${APP_ROOT}

Expand Down
2 changes: 1 addition & 1 deletion dotnetUno/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.1.1-6.0.25
ARG BASE_VERSION=3.2.0-6.0.27

##
# Directory of the application inside container
Expand Down
6 changes: 3 additions & 3 deletions dotnetUno/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG IMAGE_ARCH=
##
# Base container version
##
ARG BASE_VERSION=3.1.1-6.0.25
ARG BASE_VERSION=3.2.0-6.0.27

##
# Directory of the application inside container
Expand Down Expand Up @@ -107,8 +107,8 @@ RUN mkdir /var/run/sshd && \
RUN rm -r /etc/ssh/ssh*key && \
dpkg-reconfigure openssh-server

# Copy the compiled application to the $APP_ROOT directory path inside the
# container, where $APP_ROOT is the torizon_app_root configuration defined
# Copy the compiled application to the $APP_ROOT directory path inside the
# container, where $APP_ROOT is the torizon_app_root configuration defined
# in settings.json.
COPY --chown=$SSHUSERNAME:$SSHUSERNAME ./__change__.Skia.Gtk/bin/Debug/net6.0/linux-${IMAGE_ARCH}/publish ${APP_ROOT}

Expand Down

0 comments on commit aba505c

Please sign in to comment.