Skip to content

Commit

Permalink
chore(deps): update docker (dockerfile)
Browse files Browse the repository at this point in the history
  • Loading branch information
IK Renovate Bot committed Jan 8, 2025
1 parent 27d2709 commit eeeed6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
# docker run --rm -it toolbox-aws /bin/bash
###
# https://hub.docker.com/r/hashicorp/terraform
FROM hashicorp/terraform:1.2.9 as terraform
FROM hashicorp/terraform:1.10.3 as terraform
# https://hub.docker.com/_/node?tab=tags&page=2&name=17
FROM node:20-alpine AS node

FROM alpine:3.16
FROM alpine:3.17

LABEL org.opencontainers.image.authors="[email protected]" \
org.opencontainers.image.vendor="https://github.com/cloudkats" \
Expand Down

0 comments on commit eeeed6b

Please sign in to comment.