Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jun 28, 2023
1 parent dd223d3 commit e6010bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base = ubuntu + full apt update
FROM ubuntu:xenial AS base
FROM ubuntu:xenial-20210416 AS base

RUN dpkg --add-architecture i386 \
&& apt-get update \
Expand Down

0 comments on commit e6010bb

Please sign in to comment.