Skip to content

Commit

Permalink
chore(deps): update docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 7, 2024
1 parent d23cd69 commit f9d3aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trigger:

steps:
- name: fossa
image: registry.suse.com/suse/sle15:15.3.17.8.1
image: registry.suse.com/suse/sle15:15.5.36.11.9
failure: ignore
environment:
FOSSA_API_KEY:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.16 as builder
FROM node:16.20 as builder
RUN apt-get update -y && \
apt-get install -y gettext-base
RUN mkdir /web
Expand Down

0 comments on commit f9d3aa0

Please sign in to comment.