Skip to content

Commit

Permalink
build(deps): Rollup merge branch for #494 dependabot/docker/tests/end…
Browse files Browse the repository at this point in the history
…2end_tests/image/debian-149e944
  • Loading branch information
cpswan committed Sep 21, 2023
2 parents 321cd2d + c2a3af7 commit 56f9d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/end2end_tests/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BASE
FROM debian:stable-20230919-slim@sha256:397590fb6229b2a89ee101344e7a489e393ee734fdbd376f6667a4b25d1be914 AS base
FROM debian:stable-20230919-slim@sha256:149e944a6f4855f9738baf4ddd79fc2f218e6440218223fa9017aebc1e45f1f5 AS base

ENV USER=atsign
ENV HOMEDIR=/${USER}
Expand Down Expand Up @@ -95,7 +95,7 @@ ENTRYPOINT cp -r /mount/. ${HOMEDIR} && sudo service ssh start && sh ${HOMEDIR}/

# RELEASE
# BUILD RELEASE
FROM debian:stable-20230919-slim@sha256:397590fb6229b2a89ee101344e7a489e393ee734fdbd376f6667a4b25d1be914 AS build-release
FROM debian:stable-20230919-slim@sha256:149e944a6f4855f9738baf4ddd79fc2f218e6440218223fa9017aebc1e45f1f5 AS build-release

ARG release

Expand Down

0 comments on commit 56f9d39

Please sign in to comment.