Skip to content

Commit

Permalink
Update Dockerfile.echo base image
Browse files Browse the repository at this point in the history
Debian:9 is too old to be used and
it needs to be updated,
moving to distroless-debian11
  • Loading branch information
code-elinka committed Apr 27, 2023
1 parent 4199a36 commit 5c44356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.echo
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM debian:9
FROM gcr.io/distroless/static-debian11:nonroot

ADD bin/ARG_ARCH/ARG_BIN /ARG_BIN
ENTRYPOINT ["/ARG_BIN"]

0 comments on commit 5c44356

Please sign in to comment.