Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20.1 (#1304)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 24, 2024
1 parent 66f46ab commit d8b0a59
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 @@ -21,7 +21,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
FROM alpine:3.20.0 as build-env
FROM alpine:3.20.1 as build-env

RUN apk --no-cache add \
bash=5.2.26-r0 \
Expand All @@ -45,7 +45,7 @@ RUN cmake /src/Sample-Server/.github/ \
-DCMAKE_INSTALL_PREFIX:PATH=/install /build &&\
cmake --build .

FROM alpine:3.20.0 as runtime
FROM alpine:3.20.1 as runtime
RUN apk --no-cache add \
libstdc++=13.2.1_git20240309-r0
COPY --from=build-env /install/bin /app
Expand Down

0 comments on commit d8b0a59

Please sign in to comment.