Skip to content

Commit 65acb3a

Browse files
chore(deps): update alpine docker tag to v3.21.2
1 parent 6da11f9 commit 65acb3a

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
@@ -21,7 +21,7 @@
2121
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
# SOFTWARE.
2323
#
24-
FROM alpine:3.21.0 AS build-env
24+
FROM alpine:3.21.2 AS build-env
2525

2626
RUN apk --no-cache add \
2727
bash=5.2.37-r0 \
@@ -45,7 +45,7 @@ RUN cmake /src/Sample-Server/.github/ \
4545
-DCMAKE_INSTALL_PREFIX:PATH=/install /build && \
4646
cmake --build .
4747

48-
FROM alpine:3.21.0 AS runtime
48+
FROM alpine:3.21.2 AS runtime
4949
RUN apk --no-cache add \
5050
libstdc++=14.2.0-r4
5151
COPY --from=build-env /install/bin /app

0 commit comments

Comments
 (0)