Skip to content

Commit 21ff8d5

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Docker Alpine-based images updated to Alpine 3.20
1 parent 0fffd08 commit 21ff8d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM python:3.12.3-alpine3.19 AS base
1+
FROM python:3.12.3-alpine3.20 AS base
22

33
ENV WORKDIR=/app
44
WORKDIR ${WORKDIR}
55

6-
FROM node:20.2.0-alpine3.16 AS lint
6+
FROM node:20.14.0-alpine AS lint
77

88
ENV WORKDIR=/app
99
WORKDIR ${WORKDIR}

0 commit comments

Comments
 (0)