fix: docker/development/Dockerfile to reduce vulnerabilities (#11902)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5661569
- https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5661569
This commit is contained in:
Snyk bot 2023-06-06 18:05:13 +01:00 committed by GitHub
parent 714075add7
commit f2d202eaf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM alpine:3.15
FROM alpine:3
EXPOSE 8585